#31406C

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

Shades of Resolution Blue #31406C

Tints of Resolution Blue #31406C

Color information

#31406C (or 0x31406C) is unknown color: approx Resolution Blue. HEX triplet: 31, 40 and 6C. RGB value is (49,64,108). Sum of RGB (Red+Green+Blue) = 49+64+108=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #31406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31406C is #CEBF93. Grayscale: #404040. Windows color (decimal): -13549460 or 7094321. OLE color: 7094321.

HSL color Cylindrical-coordinate representation of color #31406C: hue angle of 224.75º 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 #31406C is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4964108-
CMYK0.550.4100.58
HSL224.75º37.58%30.78%-
HSV(B)224.75º54.63%42.35%-
XYZ5.815.414.92-
YUV64.53152.53116.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=22.17%
G=28.96%
B=48.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49641080.550.4100.58224.7537.5830.78
Hex31406C372903Ae1261f
Octal6110015467510723414637
Binary1100011000000110110011011110100101110101110000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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