#253677

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

Shades of Resolution Blue #253677

Tints of Resolution Blue #253677

Color information

#253677 (or 0x253677) is unknown color: approx Resolution Blue. HEX triplet: 25, 36 and 77. RGB value is (37,54,119). Sum of RGB (Red+Green+Blue) = 37+54+119=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #253677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253677 is #DAC988. Grayscale: #383838. Windows color (decimal): -14338441 or 7812645. OLE color: 7812645.

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

Color convert

RGB3754119-
CMYK0.690.5500.53
HSL227.56º52.56%30.59%-
HSV(B)227.56º68.91%46.67%-
XYZ5.414.3618.01-
YUV56.33163.37114.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=17.62%
G=25.71%
B=56.67%

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
Decimal37541190.690.5500.53227.5652.5630.59
Hex2536774537035e4351f
Octal4566167105670653446537
Binary1001011101101110111100010111011101101011110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253677; }

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

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

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

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

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

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

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

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