#253573

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

Shades of Resolution Blue #253573

Tints of Resolution Blue #253573

Color information

#253573 (or 0x253573) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 73. RGB value is (37,53,115). Sum of RGB (Red+Green+Blue) = 37+53+115=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #253573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253573 is #DACA8C. Grayscale: #373737. Windows color (decimal): -14338701 or 7550245. OLE color: 7550245.

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

Color convert

RGB3753115-
CMYK0.680.5400.55
HSL227.69º51.32%29.8%-
HSV(B)227.69º67.83%45.1%-
XYZ5.134.1816.76-
YUV55.28161.7114.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=18.05%
G=25.85%
B=56.10%

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
Decimal37531150.680.5400.55227.6951.3229.8
Hex2535734436037e4331e
Octal4565163104660673446336
Binary1001011101011110011100010011011001101111110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253573; }

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

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

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

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

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

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

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

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