#324D68

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

Shades of Cello #324D68

Tints of Cello #324D68

Color information

#324D68 (or 0x324D68) is unknown color: approx Cello. HEX triplet: 32, 4D and 68. RGB value is (50,77,104). Sum of RGB (Red+Green+Blue) = 50+77+104=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #324D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D68 is #CDB297. Grayscale: #474747. Windows color (decimal): -13480600 or 6835506. OLE color: 6835506.

HSL color Cylindrical-coordinate representation of color #324D68: hue angle of 210º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324D68 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5077104-
CMYK0.520.2600.59
HSL210º35.06%30.2%-
HSV(B)210º51.92%40.78%-
XYZ6.476.9914.1-
YUV72146.05112.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=21.65%
G=33.33%
B=45.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50771040.520.2600.5921035.0630.2
Hex324D68341A03Bd2231e
Octal6211515064320733224336
Binary110010100110111010001101001101001110111101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,104); }

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

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

 a { background-color: rgb(50,77,104); }

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

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

 span { border-color: rgb(50,77,104); }

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