#31456D

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

Shades of Resolution Blue #31456D

Tints of Resolution Blue #31456D

Color information

#31456D (or 0x31456D) is unknown color: approx Resolution Blue. HEX triplet: 31, 45 and 6D. RGB value is (49,69,109). Sum of RGB (Red+Green+Blue) = 49+69+109=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #31456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31456D is #CEBA92. Grayscale: #434343. Windows color (decimal): -13548179 or 7161137. OLE color: 7161137.

HSL color Cylindrical-coordinate representation of color #31456D: hue angle of 220º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31456D is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4969109-
CMYK0.550.3700.57
HSL220º37.97%30.98%-
HSV(B)220º55.05%42.75%-
XYZ6.166.0115.3-
YUV67.58151.37114.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=21.59%
G=30.40%
B=48.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49691090.550.3700.5722037.9730.98
Hex31456D3725039dc261f
Octal6110515567450713344637
Binary1100011000101110110111011110010101110011101110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31456D; }

 p { color: rgb(49,69,109); }

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

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

 a { background-color: rgb(49,69,109); }

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

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

 span { border-color: rgb(49,69,109); }

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