#31436F

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

Shades of Resolution Blue #31436F

Tints of Resolution Blue #31436F

Color information

#31436F (or 0x31436F) is unknown color: approx Resolution Blue. HEX triplet: 31, 43 and 6F. RGB value is (49,67,111). Sum of RGB (Red+Green+Blue) = 49+67+111=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #31436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31436F is #CEBC90. Grayscale: #424242. Windows color (decimal): -13548689 or 7291697. OLE color: 7291697.

HSL color Cylindrical-coordinate representation of color #31436F: hue angle of 222.58º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31436F is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4967111-
CMYK0.560.4000.56
HSL222.58º38.75%31.37%-
HSV(B)222.58º55.86%43.53%-
XYZ6.145.8115.84-
YUV66.63153.04115.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=21.59%
G=29.52%
B=48.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49671110.560.4000.56222.5838.7531.37
Hex31436F3828038df271f
Octal6110315770500703374737
Binary1100011000011110111111100010100001110001101111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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