#32335C

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

Shades of Deep Koamaru #32335C

Tints of Deep Koamaru #32335C

Color information

#32335C (or 0x32335C) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 5C. RGB value is (50,51,92). Sum of RGB (Red+Green+Blue) = 50+51+92=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #32335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32335C is #CDCCA3. Grayscale: #373737. Windows color (decimal): -13487268 or 6042418. OLE color: 6042418.

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

Color convert

RGB505192-
CMYK0.460.4500.64
HSL238.57º29.58%27.84%-
HSV(B)238.57º45.65%36.08%-
XYZ4.433.8210.63-
YUV55.38148.67124.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=25.91%
G=26.42%
B=47.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5051920.460.4500.64238.5729.5827.84
Hex32335C2E2D040ef1e1c
Octal6263134565501003573634
Binary110010110011101110010111010110101000000111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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