#253E71

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

Shades of Resolution Blue #253E71

Tints of Resolution Blue #253E71

Color information

#253E71 (or 0x253E71) is unknown color: approx Resolution Blue. HEX triplet: 25, 3E and 71. RGB value is (37,62,113). Sum of RGB (Red+Green+Blue) = 37+62+113=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #253E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E71 is #DAC18E. Grayscale: #3C3C3C. Windows color (decimal): -14336399 or 7421477. OLE color: 7421477.

HSL color Cylindrical-coordinate representation of color #253E71: hue angle of 220.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253E71 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3762113-
CMYK0.670.4500.56
HSL220.26º50.67%29.41%-
HSV(B)220.26º67.26%44.31%-
XYZ5.475.0316.31-
YUV60.34157.72111.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=17.45%
G=29.25%
B=53.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37621130.670.4500.56220.2650.6729.41
Hex253E71432D038dc331d
Octal4576161103550703346335
Binary1001011111101110001100001110110101110001101110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,62,113); }

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

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

 a { background-color: rgb(37,62,113); }

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

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

 span { border-color: rgb(37,62,113); }

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