#324C6C

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

Shades of Cello #324C6C

Tints of Cello #324C6C

Color information

#324C6C (or 0x324C6C) is unknown color: approx Cello. HEX triplet: 32, 4C and 6C. RGB value is (50,76,108). Sum of RGB (Red+Green+Blue) = 50+76+108=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #324C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C6C is #CDB393. Grayscale: #474747. Windows color (decimal): -13480852 or 7097394. OLE color: 7097394.

HSL color Cylindrical-coordinate representation of color #324C6C: hue angle of 213.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324C6C is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5076108-
CMYK0.540.3000.58
HSL213.1º36.71%30.98%-
HSV(B)213.1º53.7%42.35%-
XYZ6.616.9315.18-
YUV71.87148.39112.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=21.37%
G=32.48%
B=46.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50761080.540.3000.58213.136.7130.98
Hex324C6C361E03Ad5251f
Octal6211415466360723254537
Binary110010100110011011001101101111001110101101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,108); }

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

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

 a { background-color: rgb(50,76,108); }

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

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

 span { border-color: rgb(50,76,108); }

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