#322B6E

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

Shades of Deep Koamaru #322B6E

Tints of Deep Koamaru #322B6E

Color information

#322B6E (or 0x322B6E) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2B and 6E. RGB value is (50,43,110). Sum of RGB (Red+Green+Blue) = 50+43+110=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #322B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B6E is #CDD491. Grayscale: #343434. Windows color (decimal): -13489298 or 7220018. OLE color: 7220018.

HSL color Cylindrical-coordinate representation of color #322B6E: hue angle of 246.27º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322B6E is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5043110-
CMYK0.550.6100.57
HSL246.27º43.79%30%-
HSV(B)246.27º60.91%43.14%-
XYZ4.993.5315.17-
YUV52.73160.32126.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=24.63%
G=21.18%
B=54.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50431100.550.6100.57246.2743.7930
Hex322B6E373D039f62c1e
Octal625315667750713665436
Binary110010101011110111011011111110101110011111011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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