#324D69

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

Shades of Cello #324D69

Tints of Cello #324D69

Color information

#324D69 (or 0x324D69) is unknown color: approx Cello. HEX triplet: 32, 4D and 69. RGB value is (50,77,105). Sum of RGB (Red+Green+Blue) = 50+77+105=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #324D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D69 is #CDB296. Grayscale: #474747. Windows color (decimal): -13480599 or 6901042. OLE color: 6901042.

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

Color convert

RGB5077105-
CMYK0.520.2700.59
HSL210.55º35.48%30.39%-
HSV(B)210.55º52.38%41.18%-
XYZ6.527.0114.37-
YUV72.12146.55112.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=21.55%
G=33.19%
B=45.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50771050.520.2700.59210.5535.4830.39
Hex324D69341B03Bd3231e
Octal6211515164330733234336
Binary110010100110111010011101001101101110111101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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