#32336e

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

Shades of Deep Koamaru #32336E

Tints of Deep Koamaru #32336E

Color information

#32336E (or 0x32336E) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 6E. RGB value is (50,51,110). Sum of RGB (Red+Green+Blue) = 50+51+110=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #32336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32336E is #CDCC91. Grayscale: #393939. Windows color (decimal): -13487250 or 7222066. OLE color: 7222066.

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

Color convert

RGB5051110-
CMYK0.550.5400.57
HSL239º37.5%31.37%-
HSV(B)239º54.55%43.14%-
XYZ5.314.1715.28-
YUV57.43157.67122.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=23.70%
G=24.17%
B=52.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50511100.550.5400.5723937.531.37
Hex32336E3736039ef261f
Octal626315667660713574637
Binary110010110011110111011011111011001110011110111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32336e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32336e; }

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

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

<style>
 a { background-color: #32336e; }

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

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

<style>
 span { border-color: #32336e; }

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

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