#32465D

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

Shades of Cello #32465D

Tints of Cello #32465D

Color information

#32465D (or 0x32465D) is unknown color: approx Cello. HEX triplet: 32, 46 and 5D. RGB value is (50,70,93). Sum of RGB (Red+Green+Blue) = 50+70+93=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #32465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32465D is #CDB9A2. Grayscale: #424242. Windows color (decimal): -13482403 or 6112818. OLE color: 6112818.

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

Color convert

RGB507093-
CMYK0.460.2500.64
HSL212.09º30.07%28.04%-
HSV(B)212.09º46.24%36.47%-
XYZ5.485.8511.2-
YUV66.64142.87116.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=23.47%
G=32.86%
B=43.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5070930.460.2500.64212.0930.0728.04
Hex32465D2E19040d41e1c
Octal62106135563101003243634
Binary110010100011010111011011101100101000000110101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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