#322E7B

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

Shades of Deep Koamaru #322E7B

Tints of Deep Koamaru #322E7B

Color information

#322E7B (or 0x322E7B) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2E and 7B. RGB value is (50,46,123). Sum of RGB (Red+Green+Blue) = 50+46+123=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #322E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E7B is #CDD184. Grayscale: #373737. Windows color (decimal): -13488517 or 8072754. OLE color: 8072754.

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

Color convert

RGB5046123-
CMYK0.590.6300.52
HSL243.12º45.56%33.14%-
HSV(B)243.12º62.6%48.24%-
XYZ5.874.0619.21-
YUV55.97165.83123.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=22.83%
G=21.00%
B=56.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50461230.590.6300.52243.1245.5633.14
Hex322E7B3B3F034f32e21
Octal625617373770643635641
Binary1100101011101111011111011111111011010011110011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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