#253578

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

Shades of Resolution Blue #253578

Tints of Resolution Blue #253578

Color information

#253578 (or 0x253578) is unknown color: approx Resolution Blue. HEX triplet: 25, 35 and 78. RGB value is (37,53,120). Sum of RGB (Red+Green+Blue) = 37+53+120=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #253578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253578 is #DACA87. Grayscale: #373737. Windows color (decimal): -14338696 or 7877925. OLE color: 7877925.

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

Color convert

RGB3753120-
CMYK0.690.5600.53
HSL228.43º52.87%30.78%-
HSV(B)228.43º69.17%47.06%-
XYZ5.434.318.31-
YUV55.85164.2114.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=17.62%
G=25.24%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37531200.690.5600.53228.4352.8730.78
Hex2535784538035e4351f
Octal4565170105700653446537
Binary1001011101011111000100010111100001101011110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253578; }

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

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

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

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

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

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

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

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