#253C76

Color #253C76 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #253C76

Tints of Resolution Blue #253C76

Color information

#253C76 (or 0x253C76) is unknown color: approx Resolution Blue. HEX triplet: 25, 3C and 76. RGB value is (37,60,118). Sum of RGB (Red+Green+Blue) = 37+60+118=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #253C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C76 is #DAC389. Grayscale: #3B3B3B. Windows color (decimal): -14336906 or 7748645. OLE color: 7748645.

HSL color Cylindrical-coordinate representation of color #253C76: hue angle of 222.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253C76 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3760118-
CMYK0.690.4900.54
HSL222.96º52.26%30.39%-
HSV(B)222.96º68.64%46.27%-
XYZ5.654.9317.79-
YUV59.74160.88111.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 60 (23.83% from 255) = 27.91%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=17.21%
G=27.91%
B=54.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37601180.690.4900.54222.9652.2630.39
Hex253C764531036df341e
Octal4574166105610663376436
Binary1001011111001110110100010111000101101101101111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C76; }

 p { color: rgb(37,60,118); }

 H1.HeaderClassName
 {
   color: #253C76;
 }
 .AnyTagClassName
 {
   color: #253C76;
 }
</style>
background-color css

<style>
 a { background-color: #253C76; }

 a { background-color: rgb(37,60,118); }

 div.DivClassName
 {
   background-color: #253C76;
 }
 .BgClassName
 {
   background-color: #253C76;
 }
</style>
border-color css

<style>
 span { border-color: #253C76; }

 span { border-color: rgb(37,60,118); }

 td.TdClassName
 {
   border-color: #253C76;
 }
 .TagClassName
 {
   border-color: #253C76;
 }
</style>