#253E72

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

Shades of Resolution Blue #253E72

Tints of Resolution Blue #253E72

Color information

#253E72 (or 0x253E72) is unknown color: approx Resolution Blue. HEX triplet: 25, 3E and 72. RGB value is (37,62,114). Sum of RGB (Red+Green+Blue) = 37+62+114=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #253E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E72 is #DAC18D. Grayscale: #3C3C3C. Windows color (decimal): -14336398 or 7487013. OLE color: 7487013.

HSL color Cylindrical-coordinate representation of color #253E72: hue angle of 220.52º degrees, saturation: 0.51, 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 #253E72 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3762114-
CMYK0.680.4600.55
HSL220.52º50.99%29.61%-
HSV(B)220.52º67.54%44.71%-
XYZ5.525.0516.6-
YUV60.45158.22111.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=17.37%
G=29.11%
B=53.52%

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
Decimal37621140.680.4600.55220.5250.9929.61
Hex253E72442E037dd331e
Octal4576162104560673356336
Binary1001011111101110010100010010111001101111101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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