#324C65

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

Shades of Cello #324C65

Tints of Cello #324C65

Color information

#324C65 (or 0x324C65) is unknown color: approx Cello. HEX triplet: 32, 4C and 65. RGB value is (50,76,101). Sum of RGB (Red+Green+Blue) = 50+76+101=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #324C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C65 is #CDB39A. Grayscale: #464646. Windows color (decimal): -13480859 or 6638642. OLE color: 6638642.

HSL color Cylindrical-coordinate representation of color #324C65: hue angle of 209.41º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324C65 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5076101-
CMYK0.500.2500.60
HSL209.41º33.77%29.61%-
HSV(B)209.41º50.5%39.61%-
XYZ6.256.7913.29-
YUV71.08144.89112.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=22.03%
G=33.48%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50761010.500.2500.60209.4133.7729.61
Hex324C65321903Cd1221e
Octal6211414562310743214236
Binary110010100110011001011100101100101111001101000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,101); }

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

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

 a { background-color: rgb(50,76,101); }

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

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

 span { border-color: rgb(50,76,101); }

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