#322C7A

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

Shades of Deep Koamaru #322C7A

Tints of Deep Koamaru #322C7A

Color information

#322C7A (or 0x322C7A) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2C and 7A. RGB value is (50,44,122). Sum of RGB (Red+Green+Blue) = 50+44+122=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #322C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C7A is #CDD385. Grayscale: #363636. Windows color (decimal): -13489030 or 8006706. OLE color: 8006706.

HSL color Cylindrical-coordinate representation of color #322C7A: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322C7A is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5044122-
CMYK0.590.6400.52
HSL244.62º46.99%32.55%-
HSV(B)244.62º63.93%47.84%-
XYZ5.733.8818.86-
YUV54.69165.99124.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=23.15%
G=20.37%
B=56.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50441220.590.6400.52244.6246.9932.55
Hex322C7A3B40034f52f21
Octal6254172731000643655741
Binary11001010110011110101110111000000011010011110101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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