#312B6E

Color #312B6E Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #312B6E

Tints of Deep Koamaru #312B6E

Color information

#312B6E (or 0x312B6E) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2B and 6E. RGB value is (49,43,110). Sum of RGB (Red+Green+Blue) = 49+43+110=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #312B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B6E is #CED491. Grayscale: #343434. Windows color (decimal): -13554834 or 7220017. OLE color: 7220017.

HSL color Cylindrical-coordinate representation of color #312B6E: hue angle of 245.37º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312B6E is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4943110-
CMYK0.550.6100.57
HSL245.37º43.79%30%-
HSV(B)245.37º60.91%43.14%-
XYZ4.943.5115.17-
YUV52.43160.49125.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=24.26%
G=21.29%
B=54.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49431100.550.6100.57245.3743.7930
Hex312B6E373D039f52c1e
Octal615315667750713655436
Binary110001101011110111011011111110101110011111010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312B6E; }

 p { color: rgb(49,43,110); }

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

<style>
 a { background-color: #312B6E; }

 a { background-color: rgb(49,43,110); }

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

<style>
 span { border-color: #312B6E; }

 span { border-color: rgb(49,43,110); }

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