#312C6E

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

Shades of Deep Koamaru #312C6E

Tints of Deep Koamaru #312C6E

Color information

#312C6E (or 0x312C6E) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2C and 6E. RGB value is (49,44,110). Sum of RGB (Red+Green+Blue) = 49+44+110=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #312C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C6E is #CED391. Grayscale: #343434. Windows color (decimal): -13554578 or 7220273. OLE color: 7220273.

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

Color convert

RGB4944110-
CMYK0.550.600.57
HSL244.55º42.86%30.2%-
HSV(B)244.55º60%43.14%-
XYZ4.983.5815.18-
YUV53.02160.16125.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=24.14%
G=21.67%
B=54.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49441100.550.600.57244.5542.8630.2
Hex312C6E373C039f52b1e
Octal615415667740713655336
Binary110001101100110111011011111110001110011111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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