#324A5B

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

Shades of Cello #324A5B

Tints of Cello #324A5B

Color information

#324A5B (or 0x324A5B) is unknown color: approx Cello. HEX triplet: 32, 4A and 5B. RGB value is (50,74,91). Sum of RGB (Red+Green+Blue) = 50+74+91=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #324A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A5B is #CDB5A4. Grayscale: #444444. Windows color (decimal): -13481381 or 5982770. OLE color: 5982770.

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

Color convert

RGB507491-
CMYK0.450.1900.64
HSL204.88º29.08%27.65%-
HSV(B)204.88º45.05%35.69%-
XYZ5.656.3310.82-
YUV68.76140.55114.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=23.26%
G=34.42%
B=42.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5074910.450.1900.64204.8829.0827.65
Hex324A5B2D13040cd1d1c
Octal62112133552301003153534
Binary110010100101010110111011011001101000000110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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