#32335A

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

Shades of Deep Koamaru #32335A

Tints of Deep Koamaru #32335A

Color information

#32335A (or 0x32335A) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 5A. RGB value is (50,51,90). Sum of RGB (Red+Green+Blue) = 50+51+90=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #32335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32335A is #CDCCA5. Grayscale: #363636. Windows color (decimal): -13487270 or 5911346. OLE color: 5911346.

HSL color Cylindrical-coordinate representation of color #32335A: hue angle of 238.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32335A is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB505190-
CMYK0.440.4300.65
HSL238.5º28.57%27.45%-
HSV(B)238.5º44.44%35.29%-
XYZ4.343.7810.17-
YUV55.15147.67124.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=26.18%
G=26.70%
B=47.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5051900.440.4300.65238.528.5727.45
Hex32335A2C2B041ee1d1b
Octal6263132545301013563533
Binary110010110011101101010110010101101000001111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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