#324E69

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

Shades of Cello #324E69

Tints of Cello #324E69

Color information

#324E69 (or 0x324E69) is unknown color: approx Cello. HEX triplet: 32, 4E and 69. RGB value is (50,78,105). Sum of RGB (Red+Green+Blue) = 50+78+105=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #324E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E69 is #CDB196. Grayscale: #484848. Windows color (decimal): -13480343 or 6901298. OLE color: 6901298.

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

Color convert

RGB5078105-
CMYK0.520.2600.59
HSL209.45º35.48%30.39%-
HSV(B)209.45º52.38%41.18%-
XYZ6.597.1514.4-
YUV72.71146.22111.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=21.46%
G=33.48%
B=45.06%

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
Decimal50781050.520.2600.59209.4535.4830.39
Hex324E69341A03Bd1231e
Octal6211615164320733214336
Binary110010100111011010011101001101001110111101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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