#322F6D

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

Shades of Deep Koamaru #322F6D

Tints of Deep Koamaru #322F6D

Color information

#322F6D (or 0x322F6D) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2F and 6D. RGB value is (50,47,109). Sum of RGB (Red+Green+Blue) = 50+47+109=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #322F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F6D is #CDD092. Grayscale: #363636. Windows color (decimal): -13488275 or 7155506. OLE color: 7155506.

HSL color Cylindrical-coordinate representation of color #322F6D: hue angle of 242.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #322F6D is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5047109-
CMYK0.540.5700.57
HSL242.9º39.74%30.59%-
HSV(B)242.9º56.88%42.75%-
XYZ5.093.8214.94-
YUV54.96158.49124.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=24.27%
G=22.82%
B=52.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50471090.540.5700.57242.939.7430.59
Hex322F6D3639039f3281f
Octal625715566710713635037
Binary110010101111110110111011011100101110011111001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,47,109); }

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

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

 a { background-color: rgb(50,47,109); }

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

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

 span { border-color: rgb(50,47,109); }

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