#32325B

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

Shades of Deep Koamaru #32325B

Tints of Deep Koamaru #32325B

Color information

#32325B (or 0x32325B) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 5B. RGB value is (50,50,91). Sum of RGB (Red+Green+Blue) = 50+50+91=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #32325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32325B is #CDCDA4. Grayscale: #363636. Windows color (decimal): -13487525 or 5976626. OLE color: 5976626.

HSL color Cylindrical-coordinate representation of color #32325B: hue angle of 240º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32325B is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB505091-
CMYK0.450.4500.64
HSL240º29.08%27.65%-
HSV(B)240º45.05%35.69%-
XYZ4.343.7110.39-
YUV54.67148.5124.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=26.18%
G=26.18%
B=47.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5050910.450.4500.6424029.0827.65
Hex32325B2D2D040f01d1c
Octal6262133555501003603534
Binary110010110010101101110110110110101000000111100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32325B; }

 p { color: rgb(50,50,91); }

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

<style>
 a { background-color: #32325B; }

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

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

<style>
 span { border-color: #32325B; }

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

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