#32335D

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

Shades of Deep Koamaru #32335D

Tints of Deep Koamaru #32335D

Color information

#32335D (or 0x32335D) is unknown color: approx Deep Koamaru. HEX triplet: 32, 33 and 5D. RGB value is (50,51,93). Sum of RGB (Red+Green+Blue) = 50+51+93=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #32335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32335D is #CDCCA2. Grayscale: #373737. Windows color (decimal): -13487267 or 6107954. OLE color: 6107954.

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

Color convert

RGB505193-
CMYK0.460.4500.64
HSL238.6º30.07%28.04%-
HSV(B)238.6º46.24%36.47%-
XYZ4.483.8410.86-
YUV55.49149.17124.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=25.77%
G=26.29%
B=47.94%

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
Decimal5051930.460.4500.64238.630.0728.04
Hex32335D2E2D040ef1e1c
Octal6263135565501003573634
Binary110010110011101110110111010110101000000111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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