#32336A

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

Shades of Deep Koamaru #32336A

Tints of Deep Koamaru #32336A

Color information

#32336A (or 0x32336A) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 6A. RGB value is (50,51,106). Sum of RGB (Red+Green+Blue) = 50+51+106=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #32336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32336A is #CDCC95. Grayscale: #383838. Windows color (decimal): -13487254 or 6959922. OLE color: 6959922.

HSL color Cylindrical-coordinate representation of color #32336A: hue angle of 238.93º 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 #32336A is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5051106-
CMYK0.530.5200.58
HSL238.93º35.9%30.59%-
HSV(B)238.93º52.83%41.57%-
XYZ5.14.0914.16-
YUV56.97155.67123.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=24.15%
G=24.64%
B=51.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50511060.530.5200.58238.9335.930.59
Hex32336A353403Aef241f
Octal626315265640723574437
Binary110010110011110101011010111010001110101110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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