#32325C

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

Shades of Deep Koamaru #32325C

Tints of Deep Koamaru #32325C

Color information

#32325C (or 0x32325C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 32 and 5C. RGB value is (50,50,92). Sum of RGB (Red+Green+Blue) = 50+50+92=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #32325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32325C is #CDCDA3. Grayscale: #363636. Windows color (decimal): -13487524 or 6042162. OLE color: 6042162.

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

Color convert

RGB505092-
CMYK0.460.4600.64
HSL240º29.58%27.84%-
HSV(B)240º45.65%36.08%-
XYZ4.393.7310.61-
YUV54.79149124.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=26.04%
G=26.04%
B=47.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5050920.460.4600.6424029.5827.84
Hex32325C2E2E040f01e1c
Octal6262134565601003603634
Binary110010110010101110010111010111001000000111100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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