#32365D

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

Shades of Deep Koamaru #32365D

Tints of Deep Koamaru #32365D

Color information

#32365D (or 0x32365D) is unknown color: approx Deep Koamaru. HEX triplet: 32, 36 and 5D. RGB value is (50,54,93). Sum of RGB (Red+Green+Blue) = 50+54+93=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #32365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32365D is #CDC9A2. Grayscale: #393939. Windows color (decimal): -13486499 or 6108722. OLE color: 6108722.

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

Color convert

RGB505493-
CMYK0.460.4200.64
HSL234.42º30.07%28.04%-
HSV(B)234.42º46.24%36.47%-
XYZ4.614.1110.91-
YUV57.25148.17122.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=25.38%
G=27.41%
B=47.21%

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
Decimal5054930.460.4200.64234.4230.0728.04
Hex32365D2E2A040ea1e1c
Octal6266135565201003523634
Binary110010110110101110110111010101001000000111010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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