#322E73

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

Shades of Deep Koamaru #322E73

Tints of Deep Koamaru #322E73

Color information

#322E73 (or 0x322E73) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2E and 73. RGB value is (50,46,115). Sum of RGB (Red+Green+Blue) = 50+46+115=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #322E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E73 is #CDD18C. Grayscale: #363636. Windows color (decimal): -13488525 or 7548466. OLE color: 7548466.

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

Color convert

RGB5046115-
CMYK0.570.600.55
HSL243.48º42.86%31.57%-
HSV(B)243.48º60%45.1%-
XYZ5.393.8716.68-
YUV55.06161.83124.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=23.70%
G=21.80%
B=54.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50461150.570.600.55243.4842.8631.57
Hex322E73393C037f32b20
Octal625616371740673635340
Binary1100101011101110011111001111100011011111110011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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