#253572

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

Shades of Resolution Blue #253572

Tints of Resolution Blue #253572

Color information

#253572 (or 0x253572) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 72. RGB value is (37,53,114). Sum of RGB (Red+Green+Blue) = 37+53+114=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #253572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253572 is #DACA8D. Grayscale: #363636. Windows color (decimal): -14338702 or 7484709. OLE color: 7484709.

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

Color convert

RGB3753114-
CMYK0.680.5400.55
HSL227.53º50.99%29.61%-
HSV(B)227.53º67.54%44.71%-
XYZ5.074.1516.45-
YUV55.17161.2115.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=18.14%
G=25.98%
B=55.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37531140.680.5400.55227.5350.9929.61
Hex2535724436037e4331e
Octal4565162104660673446336
Binary1001011101011110010100010011011001101111110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253572; }

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

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

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

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

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

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

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

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