#31366C

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

Shades of Deep Koamaru #31366C

Tints of Deep Koamaru #31366C

Color information

#31366C (or 0x31366C) is unknown color: approx Deep Koamaru. HEX triplet: 31, 36 and 6C. RGB value is (49,54,108). Sum of RGB (Red+Green+Blue) = 49+54+108=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #31366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31366C is #CEC993. Grayscale: #3A3A3A. Windows color (decimal): -13552020 or 7091761. OLE color: 7091761.

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

Color convert

RGB4954108-
CMYK0.550.5000.58
HSL234.92º37.58%30.78%-
HSV(B)234.92º54.63%42.35%-
XYZ5.294.3714.75-
YUV58.66155.84121.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=23.22%
G=25.59%
B=51.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49541080.550.5000.58234.9237.5830.78
Hex31366C373203Aeb261f
Octal616615467620723534637
Binary110001110110110110011011111001001110101110101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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