#324865

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

Shades of Cello #324865

Tints of Cello #324865

Color information

#324865 (or 0x324865) is unknown color: approx Cello. HEX triplet: 32, 48 and 65. RGB value is (50,72,101). Sum of RGB (Red+Green+Blue) = 50+72+101=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #324865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324865 is #CDB79A. Grayscale: #444444. Windows color (decimal): -13481883 or 6637618. OLE color: 6637618.

HSL color Cylindrical-coordinate representation of color #324865: hue angle of 214.12º 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 #324865 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5072101-
CMYK0.500.2900.60
HSL214.12º33.77%29.61%-
HSV(B)214.12º50.5%39.61%-
XYZ5.986.2513.2-
YUV68.73146.21114.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=22.42%
G=32.29%
B=45.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50721010.500.2900.60214.1233.7729.61
Hex324865321D03Cd6221e
Octal6211014562350743264236
Binary110010100100011001011100101110101111001101011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324865; }

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

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

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

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

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

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

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

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