#31436D

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

Shades of Resolution Blue #31436D

Tints of Resolution Blue #31436D

Color information

#31436D (or 0x31436D) is unknown color: approx Resolution Blue. HEX triplet: 31, 43 and 6D. RGB value is (49,67,109). Sum of RGB (Red+Green+Blue) = 49+67+109=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #31436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31436D is #CEBC92. Grayscale: #424242. Windows color (decimal): -13548691 or 7160625. OLE color: 7160625.

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

Color convert

RGB4967109-
CMYK0.550.3900.57
HSL222º37.97%30.98%-
HSV(B)222º55.05%42.75%-
XYZ6.035.7715.26-
YUV66.41152.04115.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=21.78%
G=29.78%
B=48.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49671090.550.3900.5722237.9730.98
Hex31436D3727039de261f
Octal6110315567470713364637
Binary1100011000011110110111011110011101110011101111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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