#32366A

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

Shades of Deep Koamaru #32366A

Tints of Deep Koamaru #32366A

Color information

#32366A (or 0x32366A) is unknown color: approx Deep Koamaru. HEX triplet: 32, 36 and 6A. RGB value is (50,54,106). Sum of RGB (Red+Green+Blue) = 50+54+106=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #32366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32366A is #CDC995. Grayscale: #3A3A3A. Windows color (decimal): -13486486 or 6960690. OLE color: 6960690.

HSL color Cylindrical-coordinate representation of color #32366A: hue angle of 235.71º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32366A is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5054106-
CMYK0.530.4900.58
HSL235.71º35.9%30.59%-
HSV(B)235.71º52.83%41.57%-
XYZ5.244.3614.2-
YUV58.73154.67121.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=23.81%
G=25.71%
B=50.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50541060.530.4900.58235.7135.930.59
Hex32366A353103Aec241f
Octal626615265610723544437
Binary110010110110110101011010111000101110101110110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32366A; }

 p { color: rgb(50,54,106); }

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

<style>
 a { background-color: #32366A; }

 a { background-color: rgb(50,54,106); }

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

<style>
 span { border-color: #32366A; }

 span { border-color: rgb(50,54,106); }

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