#322D73

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

Shades of Deep Koamaru #322D73

Tints of Deep Koamaru #322D73

Color information

#322D73 (or 0x322D73) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2D and 73. RGB value is (50,45,115). Sum of RGB (Red+Green+Blue) = 50+45+115=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #322D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D73 is #CDD28C. Grayscale: #363636. Windows color (decimal): -13488781 or 7548210. OLE color: 7548210.

HSL color Cylindrical-coordinate representation of color #322D73: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322D73 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5045115-
CMYK0.570.6100.55
HSL244.29º43.75%31.37%-
HSV(B)244.29º60.87%45.1%-
XYZ5.353.7916.67-
YUV54.47162.16124.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=23.81%
G=21.43%
B=54.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50451150.570.6100.55244.2943.7531.37
Hex322D73393D037f42c1f
Octal625516371750673645437
Binary110010101101111001111100111110101101111111010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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