COLOR #253E7D

HEX: #253E7D
RGB: (37,62,125)

Renk bilgisi

#253E7D contains mainly blue color. #253E7D ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#253E7D color RGB value is (37,62,125).

  • kırmız ton 37;
  • yeşil ton 62;
  • mavi ton 125.
RGB:
(37,62,125)
(15%,24%,49%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 62 of 255 = 24%
B 125 of 255 = 49%

37
62
125

R + G + B ~ 29%. #253E7D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 62 + 125 = 224 (100%)
R 37 of 224 ~ 16.52%
G 62 of 224 ~ 27.68%
B 125 of 224 ~ 55.8%

%16.52
%27.68
%55.8

CMYK RENK MODELİ

#253E7D rengi CMYK tonu (70,50,0,51).

  • camgöbeği tonu 70.40%
  • eflatun tonu 50.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(70,50,0,51)
C70M50Y0K51 
(70%,50%,0%,51%)
(0.70/0.50/0.00/0.51)	

CMYK yüzdeleri

%70.4
%50.4
%0
%50.98

Codes

Color #253E7D in popluar color models

253E7D
RGB3762125
HSL223°54.32%31.76%
HSB/HSV223°70.40%49.02%
CMYK70.40%50.40%0.00%
50.98%

Color #253E7D in popluar number systems.

HEX253E7D
Decimal3762125
Binary1001011111101111101
Octal4576175

Shades and tints

Shades of #253E7D

#253E7D
(37,62,125)
#223972
(34,57,114)
#1F3467
(31,52,103)
#1C2F5C
(28,47,92)
#192A51
(25,42,81)
#162546
(22,37,70)
#13203B
(19,32,59)
#101B30
(16,27,48)
#0D1625
(13,22,37)
#0A111A
(10,17,26)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #253E7D

#253E7D
(37,62,125)
#384F88
(56,79,136)
#4B6093
(75,96,147)
#5E719E
(94,113,158)
#7182A9
(113,130,169)
#8493B4
(132,147,180)
#97A4BF
(151,164,191)
#AAB5CA
(170,181,202)
#BDC6D5
(189,198,213)
#D0D7E0
(208,215,224)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253E7D color. Also use rgb(37,62,125) instead hex code.

Text Font Color

.myTextColor { color: #253E7D; }

<p style="color:#253E7D">This sample text font color is #253E7D.</p>

This text font color is #253E7D.


Background Color

.myBgColor { background-color: #253E7D; }

<div style="background-color:#253E7D">Inner text</div>

This div background color is #253E7D.


Border color

.myBorderColor { border: 1px solid #253E7D; }

<div style="border:3px solid #253E7D">Div</div>

This div border color is #253E7D.


Opacity

.myOpacity80 { color: #253E7D; opacity: 0.8; }

<p style="color:#253E7D;opacity:0.8;">80%</p>

Text with #253E7D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #253E7D;}

<p style="text-shadow: 3px 3px 1px #253E7D">Text here.</p>

This text has shadow with #253E7D color.

.textShadow {text-shadow: 3px 3px 1px #253E7D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #253E7D, 5px 5px 20px red">Text here.</p>

This text has shadow with #253E7D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#253E7D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#253E7D, Direction=45, Strength=4)">Text</p>

This text has shadow with #253E7D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #253E7D;
  -webkit-box-shadow:	1px 1px 3px 2px #253E7D;
  box-shadow:		1px 1px 3px 2px #253E7D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #253E7D;
-webkit-box-shadow: 1px 1px 3px 2px #253E7D;
box-shadow:1px 1px 3px 2px #253E7D;">
Div content here</div>
This div box has shadow with color #253E7D.

Preview

Color preview on black background

This text has color #253E7D on black background.


Color preview on white background

This text has color #253E7D on white background.



Black color preview on #253E7D background

This text has black color on #253E7D background.


White color preview on #253E7D background

This text has white color on #253E7D background.