#253077

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

Shades of Resolution Blue #253077

Tints of Resolution Blue #253077

Color information

#253077 (or 0x253077) is unknown color: approx Resolution Blue. HEX triplet: 25, 30 and 77. RGB value is (37,48,119). Sum of RGB (Red+Green+Blue) = 37+48+119=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #253077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253077 is #DACF88. Grayscale: #343434. Windows color (decimal): -14339977 or 7811109. OLE color: 7811109.

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

Color convert

RGB3748119-
CMYK0.690.6000.53
HSL231.95º52.56%30.59%-
HSV(B)231.95º68.91%46.67%-
XYZ5.153.8417.92-
YUV52.8165.36116.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=18.14%
G=23.53%
B=58.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37481190.690.6000.53231.9552.5630.59
Hex253077453C035e8351f
Octal4560167105740653506537
Binary1001011100001110111100010111110001101011110100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253077; }

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

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

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

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

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

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

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

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