#254572

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

Shades of Resolution Blue #254572

Tints of Resolution Blue #254572

Color information

#254572 (or 0x254572) is unknown color: approx Resolution Blue. HEX triplet: 25, 45 and 72. RGB value is (37,69,114). Sum of RGB (Red+Green+Blue) = 37+69+114=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #254572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254572 is #DABA8D. Grayscale: #404040. Windows color (decimal): -14334606 or 7488805. OLE color: 7488805.

HSL color Cylindrical-coordinate representation of color #254572: hue angle of 215.06º 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 #254572 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3769114-
CMYK0.680.3900.55
HSL215.06º50.99%29.61%-
HSV(B)215.06º67.54%44.71%-
XYZ5.935.8616.74-
YUV64.56155.9108.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=16.82%
G=31.36%
B=51.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37691140.680.3900.55215.0650.9929.61
Hex2545724427037d7331e
Octal45105162104470673276336
Binary10010110001011110010100010010011101101111101011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254572; }

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

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

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

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

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

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

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

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