#322E76

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

Shades of Deep Koamaru #322E76

Tints of Deep Koamaru #322E76

Color information

#322E76 (or 0x322E76) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2E and 76. RGB value is (50,46,118). Sum of RGB (Red+Green+Blue) = 50+46+118=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #322E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E76 is #CDD189. Grayscale: #373737. Windows color (decimal): -13488522 or 7745074. OLE color: 7745074.

HSL color Cylindrical-coordinate representation of color #322E76: hue angle of 243.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322E76 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5046118-
CMYK0.580.6100.54
HSL243.33º43.9%32.16%-
HSV(B)243.33º61.02%46.27%-
XYZ5.563.9417.61-
YUV55.4163.33124.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=23.36%
G=21.50%
B=55.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50461180.580.6100.54243.3343.932.16
Hex322E763A3D036f32c20
Octal625616672750663635440
Binary1100101011101110110111010111101011011011110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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