#324B5B

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

Shades of Cello #324B5B

Tints of Cello #324B5B

Color information

#324B5B (or 0x324B5B) is unknown color: approx Cello. HEX triplet: 32, 4B and 5B. RGB value is (50,75,91). Sum of RGB (Red+Green+Blue) = 50+75+91=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #324B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B5B is #CDB4A4. Grayscale: #454545. Windows color (decimal): -13481125 or 5983026. OLE color: 5983026.

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

Color convert

RGB507591-
CMYK0.450.1800.64
HSL203.41º29.08%27.65%-
HSV(B)203.41º45.05%35.69%-
XYZ5.726.4710.84-
YUV69.35140.22114.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=23.15%
G=34.72%
B=42.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5075910.450.1800.64203.4129.0827.65
Hex324B5B2D12040cb1d1c
Octal62113133552201003133534
Binary110010100101110110111011011001001000000110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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