#31326C

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

Shades of Deep Koamaru #31326C

Tints of Deep Koamaru #31326C

Color information

#31326C (or 0x31326C) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 6C. RGB value is (49,50,108). Sum of RGB (Red+Green+Blue) = 49+50+108=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #31326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31326C is #CECD93. Grayscale: #383838. Windows color (decimal): -13553044 or 7090737. OLE color: 7090737.

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

Color convert

RGB4950108-
CMYK0.550.5400.58
HSL238.98º37.58%30.78%-
HSV(B)238.98º54.63%42.35%-
XYZ5.114.0214.69-
YUV56.31157.17122.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=23.67%
G=24.15%
B=52.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49501080.550.5400.58238.9837.5830.78
Hex31326C373603Aef261f
Octal616215467660723574637
Binary110001110010110110011011111011001110101110111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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