#32356C

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

Shades of Deep Koamaru #32356C

Tints of Deep Koamaru #32356C

Color information

#32356C (or 0x32356C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 6C. RGB value is (50,53,108). Sum of RGB (Red+Green+Blue) = 50+53+108=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #32356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32356C is #CDCA93. Grayscale: #3A3A3A. Windows color (decimal): -13486740 or 7091506. OLE color: 7091506.

HSL color Cylindrical-coordinate representation of color #32356C: hue angle of 236.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32356C is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5053108-
CMYK0.540.5100.58
HSL236.9º36.71%30.98%-
HSV(B)236.9º53.7%42.35%-
XYZ5.34.3114.74-
YUV58.37156.01122.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=23.70%
G=25.12%
B=51.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50531080.540.5100.58236.936.7130.98
Hex32356C363303Aed251f
Octal626515466630723554537
Binary110010110101110110011011011001101110101110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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