COLOR #253256

HEX: #253256
RGB: (37,50,86)

Renk bilgisi

#253256 contains red, green and blue colors in about the same proportion. #253256 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#253256 color RGB value is (37,50,86).

  • kırmız ton 37;
  • yeşil ton 50;
  • mavi ton 86.
RGB:
(37,50,86)
(15%,20%,34%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 50 of 255 = 20%
B 86 of 255 = 34%

37
50
86

R + G + B ~ 23%. #253256 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 50 + 86 = 173 (100%)
R 37 of 173 ~ 21.39%
G 50 of 173 ~ 28.9%
B 86 of 173 ~ 49.71%

%21.39
%28.9
%49.71

CMYK RENK MODELİ

#253256 rengi CMYK tonu (57,42,0,66).

  • camgöbeği tonu 56.98%
  • eflatun tonu 41.86%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(57,42,0,66)
C57M42Y0K66 
(57%,42%,0%,66%)
(0.57/0.42/0.00/0.66)	

CMYK yüzdeleri

%56.98
%41.86
%0
%66.27

Codes

Color #253256 in popluar color models

253256
RGB375086
HSL224°39.84%24.12%
HSB/HSV224°56.98%33.73%
CMYK56.98%41.86%0.00%
66.27%

Color #253256 in popluar number systems.

HEX253256
Decimal375086
Binary1001011100101010110
Octal4562126

Shades and tints

Shades of #253256

#253256
(37,50,86)
#222E4F
(34,46,79)
#1F2A48
(31,42,72)
#1C2641
(28,38,65)
#19223A
(25,34,58)
#161E33
(22,30,51)
#131A2C
(19,26,44)
#101625
(16,22,37)
#0D121E
(13,18,30)
#0A0E17
(10,14,23)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #253256

#253256
(37,50,86)
#384465
(56,68,101)
#4B5674
(75,86,116)
#5E6883
(94,104,131)
#717A92
(113,122,146)
#848CA1
(132,140,161)
#979EB0
(151,158,176)
#AAB0BF
(170,176,191)
#BDC2CE
(189,194,206)
#D0D4DD
(208,212,221)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253256 color. Also use rgb(37,50,86) instead hex code.

Text Font Color

.myTextColor { color: #253256; }

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

This text font color is #253256.


Background Color

.myBgColor { background-color: #253256; }

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

This div background color is #253256.


Border color

.myBorderColor { border: 1px solid #253256; }

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

This div border color is #253256.


Opacity

.myOpacity80 { color: #253256; opacity: 0.8; }

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

Text with #253256 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 #253256;}

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

This text has shadow with #253256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253256 on black background.


Color preview on white background

This text has color #253256 on white background.



Black color preview on #253256 background

This text has black color on #253256 background.


White color preview on #253256 background

This text has white color on #253256 background.