#322C6C

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

Shades of Deep Koamaru #322C6C

Tints of Deep Koamaru #322C6C

Color information

#322C6C (or 0x322C6C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2C and 6C. RGB value is (50,44,108). Sum of RGB (Red+Green+Blue) = 50+44+108=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #322C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C6C is #CDD393. Grayscale: #343434. Windows color (decimal): -13489044 or 7089202. OLE color: 7089202.

HSL color Cylindrical-coordinate representation of color #322C6C: hue angle of 245.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322C6C is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5044108-
CMYK0.540.5900.58
HSL245.62º42.11%29.8%-
HSV(B)245.62º59.26%42.35%-
XYZ4.923.5614.62-
YUV53.09158.99125.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=24.75%
G=21.78%
B=53.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50441080.540.5900.58245.6242.1129.8
Hex322C6C363B03Af62a1e
Octal625415466730723665236
Binary110010101100110110011011011101101110101111011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C6C; }

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

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

<style>
 a { background-color: #322C6C; }

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

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

<style>
 span { border-color: #322C6C; }

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

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