#324E68

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

Shades of Cello #324E68

Tints of Cello #324E68

Color information

#324E68 (or 0x324E68) is unknown color: approx Cello. HEX triplet: 32, 4E and 68. RGB value is (50,78,104). Sum of RGB (Red+Green+Blue) = 50+78+104=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #324E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E68 is #CDB197. Grayscale: #484848. Windows color (decimal): -13480344 or 6835762. OLE color: 6835762.

HSL color Cylindrical-coordinate representation of color #324E68: hue angle of 208.89º 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 #324E68 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5078104-
CMYK0.520.2500.59
HSL208.89º35.06%30.2%-
HSV(B)208.89º51.92%40.78%-
XYZ6.547.1314.13-
YUV72.59145.72111.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=21.55%
G=33.62%
B=44.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50781040.520.2500.59208.8935.0630.2
Hex324E68341903Bd1231e
Octal6211615064310733214336
Binary110010100111011010001101001100101110111101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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