#322B7B

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

Shades of Deep Koamaru #322B7B

Tints of Deep Koamaru #322B7B

Color information

#322B7B (or 0x322B7B) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2B and 7B. RGB value is (50,43,123). Sum of RGB (Red+Green+Blue) = 50+43+123=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #322B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B7B is #CDD484. Grayscale: #353535. Windows color (decimal): -13489285 or 8071986. OLE color: 8071986.

HSL color Cylindrical-coordinate representation of color #322B7B: hue angle of 245.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322B7B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5043123-
CMYK0.590.6500.52
HSL245.25º48.19%32.55%-
HSV(B)245.25º65.04%48.24%-
XYZ5.753.8419.18-
YUV54.21166.82125-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=23.15%
G=19.91%
B=56.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50431230.590.6500.52245.2548.1932.55
Hex322B7B3B41034f53021
Octal6253173731010643656041
Binary11001010101111110111110111000001011010011110101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,123); }

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

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

 a { background-color: rgb(50,43,123); }

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

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

 span { border-color: rgb(50,43,123); }

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