#322C75

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

Shades of Deep Koamaru #322C75

Tints of Deep Koamaru #322C75

Color information

#322C75 (or 0x322C75) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2C and 75. RGB value is (50,44,117). Sum of RGB (Red+Green+Blue) = 50+44+117=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #322C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C75 is #CDD38A. Grayscale: #353535. Windows color (decimal): -13489035 or 7679026. OLE color: 7679026.

HSL color Cylindrical-coordinate representation of color #322C75: hue angle of 244.93º degrees, saturation: 0.45, 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 #322C75 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5044117-
CMYK0.570.6200.54
HSL244.93º45.34%31.57%-
HSV(B)244.93º62.39%45.88%-
XYZ5.433.7617.27-
YUV54.12163.49125.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=23.70%
G=20.85%
B=55.45%

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
Decimal50441170.570.6200.54244.9345.3431.57
Hex322C75393E036f52d20
Octal625416571760663655540
Binary1100101011001110101111001111110011011011110101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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