#253571

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

Shades of Resolution Blue #253571

Tints of Resolution Blue #253571

Color information

#253571 (or 0x253571) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 71. RGB value is (37,53,113). Sum of RGB (Red+Green+Blue) = 37+53+113=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #253571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253571 is #DACA8E. Grayscale: #363636. Windows color (decimal): -14338703 or 7419173. OLE color: 7419173.

HSL color Cylindrical-coordinate representation of color #253571: hue angle of 227.37º 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 #253571 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3753113-
CMYK0.670.5300.56
HSL227.37º50.67%29.41%-
HSV(B)227.37º67.26%44.31%-
XYZ5.024.1316.16-
YUV55.06160.7115.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=18.23%
G=26.11%
B=55.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37531130.670.5300.56227.3750.6729.41
Hex2535714335038e3331d
Octal4565161103650703436335
Binary1001011101011110001100001111010101110001110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253571; }

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

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

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

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

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

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

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

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