#31376C

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

Shades of Deep Koamaru #31376C

Tints of Deep Koamaru #31376C

Color information

#31376C (or 0x31376C) is unknown color: approx Deep Koamaru. HEX triplet: 31, 37 and 6C. RGB value is (49,55,108). Sum of RGB (Red+Green+Blue) = 49+55+108=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #31376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31376C is #CEC893. Grayscale: #3B3B3B. Windows color (decimal): -13551764 or 7092017. OLE color: 7092017.

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

Color convert

RGB4955108-
CMYK0.550.4900.58
HSL233.9º37.58%30.78%-
HSV(B)233.9º54.63%42.35%-
XYZ5.344.4714.77-
YUV59.25155.51120.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=23.11%
G=25.94%
B=50.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49551080.550.4900.58233.937.5830.78
Hex31376C373103Aea261f
Octal616715467610723524637
Binary110001110111110110011011111000101110101110101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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