#253F74

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

Shades of Resolution Blue #253F74

Tints of Resolution Blue #253F74

Color information

#253F74 (or 0x253F74) is unknown color: approx Resolution Blue. HEX triplet: 25, 3F and 74. RGB value is (37,63,116). Sum of RGB (Red+Green+Blue) = 37+63+116=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #253F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F74 is #DAC08B. Grayscale: #3D3D3D. Windows color (decimal): -14336140 or 7618341. OLE color: 7618341.

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

Color convert

RGB3763116-
CMYK0.680.4600.55
HSL220.25º51.63%30%-
HSV(B)220.25º68.1%45.49%-
XYZ5.695.2117.23-
YUV61.27158.89110.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=17.13%
G=29.17%
B=53.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37631160.680.4600.55220.2551.6330
Hex253F74442E037dc341e
Octal4577164104560673346436
Binary1001011111111110100100010010111001101111101110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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