#36316C

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

Shades of Deep Koamaru #36316C

Tints of Deep Koamaru #36316C

Color information

#36316C (or 0x36316C) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 6C. RGB value is (54,49,108). Sum of RGB (Red+Green+Blue) = 54+49+108=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 49 (19.53% from 255 or 23.22% 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 #36316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36316C is #C9CE93. Grayscale: #383838. Windows color (decimal): -13225620 or 7090486. OLE color: 7090486.

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

Color convert

RGB5449108-
CMYK0.500.5500.58
HSL245.08º37.58%30.78%-
HSV(B)245.08º54.63%42.35%-
XYZ5.334.0614.69-
YUV57.22156.66125.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54491080.500.5500.58245.0837.5830.78
Hex36316C323703Af5261f
Octal666115462670723654637
Binary110110110001110110011001011011101110101111010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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