#322F76

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

Shades of Deep Koamaru #322F76

Tints of Deep Koamaru #322F76

Color information

#322F76 (or 0x322F76) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2F and 76. RGB value is (50,47,118). Sum of RGB (Red+Green+Blue) = 50+47+118=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #322F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F76 is #CDD089. Grayscale: #373737. Windows color (decimal): -13488266 or 7745330. OLE color: 7745330.

HSL color Cylindrical-coordinate representation of color #322F76: hue angle of 242.54º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322F76 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5047118-
CMYK0.580.6000.54
HSL242.54º43.03%32.35%-
HSV(B)242.54º60.17%46.27%-
XYZ5.64.0217.62-
YUV55.99162.99123.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=23.26%
G=21.86%
B=54.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50471180.580.6000.54242.5443.0332.35
Hex322F763A3C036f32b20
Octal625716672740663635340
Binary1100101011111110110111010111100011011011110011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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