#253570

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

Shades of Resolution Blue #253570

Tints of Resolution Blue #253570

Color information

#253570 (or 0x253570) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 70. RGB value is (37,53,112). Sum of RGB (Red+Green+Blue) = 37+53+112=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #253570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253570 is #DACA8F. Grayscale: #363636. Windows color (decimal): -14338704 or 7353637. OLE color: 7353637.

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

Color convert

RGB3753112-
CMYK0.670.5300.56
HSL227.2º50.34%29.22%-
HSV(B)227.2º66.96%43.92%-
XYZ4.964.1115.86-
YUV54.94160.2115.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=18.32%
G=26.24%
B=55.45%

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
Decimal37531120.670.5300.56227.250.3429.22
Hex2535704335038e3321d
Octal4565160103650703436235
Binary1001011101011110000100001111010101110001110001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253570; }

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

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

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

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

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

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

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

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