#253F76

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

Shades of Resolution Blue #253F76

Tints of Resolution Blue #253F76

Color information

#253F76 (or 0x253F76) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 76. RGB value is (37,63,118). Sum of RGB (Red+Green+Blue) = 37+63+118=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #253F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F76 is #DAC089. Grayscale: #3D3D3D. Windows color (decimal): -14336138 or 7749413. OLE color: 7749413.

HSL color Cylindrical-coordinate representation of color #253F76: hue angle of 220.74º 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 #253F76 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3763118-
CMYK0.690.4700.54
HSL220.74º52.26%30.39%-
HSV(B)220.74º68.64%46.27%-
XYZ5.815.2617.85-
YUV61.5159.89110.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=16.97%
G=28.90%
B=54.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37631180.690.4700.54220.7452.2630.39
Hex253F76452F036dd341e
Octal4577166105570663356436
Binary1001011111111110110100010110111101101101101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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