#31436C

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

Shades of Resolution Blue #31436C

Tints of Resolution Blue #31436C

Color information

#31436C (or 0x31436C) is unknown color: approx Resolution Blue. HEX triplet: 31, 43 and 6C. RGB value is (49,67,108). Sum of RGB (Red+Green+Blue) = 49+67+108=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #31436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31436C is #CEBC93. Grayscale: #424242. Windows color (decimal): -13548692 or 7095089. OLE color: 7095089.

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

Color convert

RGB4967108-
CMYK0.550.3800.58
HSL221.69º37.58%30.78%-
HSV(B)221.69º54.63%42.35%-
XYZ5.985.7514.98-
YUV66.29151.54115.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=21.88%
G=29.91%
B=48.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49671080.550.3800.58221.6937.5830.78
Hex31436C372603Ade261f
Octal6110315467460723364637
Binary1100011000011110110011011110011001110101101111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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