#253577

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

Shades of Resolution Blue #253577

Tints of Resolution Blue #253577

Color information

#253577 (or 0x253577) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 77. RGB value is (37,53,119). Sum of RGB (Red+Green+Blue) = 37+53+119=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #253577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253577 is #DACA88. Grayscale: #373737. Windows color (decimal): -14338697 or 7812389. OLE color: 7812389.

HSL color Cylindrical-coordinate representation of color #253577: hue angle of 228.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253577 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3753119-
CMYK0.690.5500.53
HSL228.29º52.56%30.59%-
HSV(B)228.29º68.91%46.67%-
XYZ5.374.2717.99-
YUV55.74163.7114.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=17.70%
G=25.36%
B=56.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37531190.690.5500.53228.2952.5630.59
Hex2535774537035e4351f
Octal4565167105670653446537
Binary1001011101011110111100010111011101101011110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253577; }

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

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

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

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

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

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

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

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