#253277

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

Shades of Resolution Blue #253277

Tints of Resolution Blue #253277

Color information

#253277 (or 0x253277) is unknown color: approx Resolution Blue. HEX triplet: 25, 32 and 77. RGB value is (37,50,119). Sum of RGB (Red+Green+Blue) = 37+50+119=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #253277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253277 is #DACD88. Grayscale: #353535. Windows color (decimal): -14339465 or 7811621. OLE color: 7811621.

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

Color convert

RGB3750119-
CMYK0.690.5800.53
HSL230.49º52.56%30.59%-
HSV(B)230.49º68.91%46.67%-
XYZ5.234.0117.95-
YUV53.98164.69115.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=17.96%
G=24.27%
B=57.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37501190.690.5800.53230.4952.5630.59
Hex253277453A035e6351f
Octal4562167105720653466537
Binary1001011100101110111100010111101001101011110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253277; }

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

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

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

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

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

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

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

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