#322E6C

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

Shades of Deep Koamaru #322E6C

Tints of Deep Koamaru #322E6C

Color information

#322E6C (or 0x322E6C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2E and 6C. RGB value is (50,46,108). Sum of RGB (Red+Green+Blue) = 50+46+108=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #322E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E6C is #CDD193. Grayscale: #363636. Windows color (decimal): -13488532 or 7089714. OLE color: 7089714.

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

Color convert

RGB5046108-
CMYK0.540.5700.58
HSL243.87º40.26%30.2%-
HSV(B)243.87º57.41%42.35%-
XYZ53.7114.64-
YUV54.26158.33124.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=24.51%
G=22.55%
B=52.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50461080.540.5700.58243.8740.2630.2
Hex322E6C363903Af4281e
Octal625615466710723645036
Binary110010101110110110011011011100101110101111010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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