#324966

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

Shades of Cello #324966

Tints of Cello #324966

Color information

#324966 (or 0x324966) is unknown color: approx Cello. HEX triplet: 32, 49 and 66. RGB value is (50,73,102). Sum of RGB (Red+Green+Blue) = 50+73+102=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #324966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324966 is #CDB699. Grayscale: #454545. Windows color (decimal): -13481626 or 6703410. OLE color: 6703410.

HSL color Cylindrical-coordinate representation of color #324966: hue angle of 213.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324966 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5073102-
CMYK0.510.2800.6
HSL213.46º34.21%29.8%-
HSV(B)213.46º50.98%40%-
XYZ6.16.413.48-
YUV69.43146.38114.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=22.22%
G=32.44%
B=45.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50731020.510.2800.6213.4634.2129.8
Hex324966331C03Cd5221e
Octal6211114663340743254236
Binary110010100100111001101100111110001111001101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324966; }

 p { color: rgb(50,73,102); }

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

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

 a { background-color: rgb(50,73,102); }

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

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

 span { border-color: rgb(50,73,102); }

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