#322D75

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

Shades of Deep Koamaru #322D75

Tints of Deep Koamaru #322D75

Color information

#322D75 (or 0x322D75) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2D and 75. RGB value is (50,45,117). Sum of RGB (Red+Green+Blue) = 50+45+117=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #322D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D75 is #CDD28A. Grayscale: #363636. Windows color (decimal): -13488779 or 7679282. OLE color: 7679282.

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

Color convert

RGB5045117-
CMYK0.570.6200.54
HSL244.17º44.44%31.76%-
HSV(B)244.17º61.54%45.88%-
XYZ5.463.8417.28-
YUV54.7163.16124.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=23.58%
G=21.23%
B=55.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50451170.570.6200.54244.1744.4431.76
Hex322D75393E036f42c20
Octal625516571760663645440
Binary1100101011011110101111001111110011011011110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,117); }

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

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

 a { background-color: rgb(50,45,117); }

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

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

 span { border-color: rgb(50,45,117); }

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