#31476C

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

Shades of Resolution Blue #31476C

Tints of Resolution Blue #31476C

Color information

#31476C (or 0x31476C) is unknown color: approx Resolution Blue. HEX triplet: 31, 47 and 6C. RGB value is (49,71,108). Sum of RGB (Red+Green+Blue) = 49+71+108=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #31476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31476C is #CEB893. Grayscale: #444444. Windows color (decimal): -13547668 or 7096113. OLE color: 7096113.

HSL color Cylindrical-coordinate representation of color #31476C: hue angle of 217.63º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31476C is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4971108-
CMYK0.550.3400.58
HSL217.63º37.58%30.78%-
HSV(B)217.63º54.63%42.35%-
XYZ6.236.2415.06-
YUV68.64150.21113.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=21.49%
G=31.14%
B=47.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49711080.550.3400.58217.6337.5830.78
Hex31476C372203Ada261f
Octal6110715467420723324637
Binary1100011000111110110011011110001001110101101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31476C; }

 p { color: rgb(49,71,108); }

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

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

 a { background-color: rgb(49,71,108); }

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

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

 span { border-color: rgb(49,71,108); }

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