#32355C

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

Shades of Deep Koamaru #32355C

Tints of Deep Koamaru #32355C

Color information

#32355C (or 0x32355C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 5C. RGB value is (50,53,92). Sum of RGB (Red+Green+Blue) = 50+53+92=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #32355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32355C is #CDCAA3. Grayscale: #383838. Windows color (decimal): -13486756 or 6042930. OLE color: 6042930.

HSL color Cylindrical-coordinate representation of color #32355C: hue angle of 235.71º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32355C is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB505392-
CMYK0.460.4200.64
HSL235.71º29.58%27.84%-
HSV(B)235.71º45.65%36.08%-
XYZ4.52410.66-
YUV56.55148.01123.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=25.64%
G=27.18%
B=47.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5053920.460.4200.64235.7129.5827.84
Hex32355C2E2A040ec1e1c
Octal6265134565201003543634
Binary110010110101101110010111010101001000000111011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32355C; }

 p { color: rgb(50,53,92); }

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

<style>
 a { background-color: #32355C; }

 a { background-color: rgb(50,53,92); }

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

<style>
 span { border-color: #32355C; }

 span { border-color: rgb(50,53,92); }

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