#32465B

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

Shades of Cello #32465B

Tints of Cello #32465B

Color information

#32465B (or 0x32465B) is unknown color: approx Cello. HEX triplet: 32, 46 and 5B. RGB value is (50,70,91). Sum of RGB (Red+Green+Blue) = 50+70+91=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #32465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32465B is #CDB9A4. Grayscale: #424242. Windows color (decimal): -13482405 or 5981746. OLE color: 5981746.

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

Color convert

RGB507091-
CMYK0.450.2300.64
HSL210.73º29.08%27.65%-
HSV(B)210.73º45.05%35.69%-
XYZ5.395.8110.74-
YUV66.41141.87116.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=23.70%
G=33.18%
B=43.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5070910.450.2300.64210.7329.0827.65
Hex32465B2D17040d31d1c
Octal62106133552701003233534
Binary110010100011010110111011011011101000000110100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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