#324B5D

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

Shades of Cello #324B5D

Tints of Cello #324B5D

Color information

#324B5D (or 0x324B5D) is unknown color: approx Cello. HEX triplet: 32, 4B and 5D. RGB value is (50,75,93). Sum of RGB (Red+Green+Blue) = 50+75+93=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #324B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B5D is #CDB4A2. Grayscale: #454545. Windows color (decimal): -13481123 or 6114098. OLE color: 6114098.

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

Color convert

RGB507593-
CMYK0.460.1900.64
HSL205.12º30.07%28.04%-
HSV(B)205.12º46.24%36.47%-
XYZ5.816.511.3-
YUV69.58141.22114.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=22.94%
G=34.40%
B=42.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5075930.460.1900.64205.1230.0728.04
Hex324B5D2E13040cd1e1c
Octal62113135562301003153634
Binary110010100101110111011011101001101000000110011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B5D; }

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

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

<style>
 a { background-color: #324B5D; }

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

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

<style>
 span { border-color: #324B5D; }

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

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