#32355D

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

Shades of Deep Koamaru #32355D

Tints of Deep Koamaru #32355D

Color information

#32355D (or 0x32355D) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 5D. RGB value is (50,53,93). Sum of RGB (Red+Green+Blue) = 50+53+93=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #32355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32355D is #CDCAA2. Grayscale: #383838. Windows color (decimal): -13486755 or 6108466. OLE color: 6108466.

HSL color Cylindrical-coordinate representation of color #32355D: hue angle of 235.81º 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 #32355D is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB505393-
CMYK0.460.4300.64
HSL235.81º30.07%28.04%-
HSV(B)235.81º46.24%36.47%-
XYZ4.564.0110.89-
YUV56.66148.51123.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=25.51%
G=27.04%
B=47.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5053930.460.4300.64235.8130.0728.04
Hex32355D2E2B040ec1e1c
Octal6265135565301003543634
Binary110010110101101110110111010101101000000111011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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