#324765

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

Shades of Cello #324765

Tints of Cello #324765

Color information

#324765 (or 0x324765) is unknown color: approx Cello. HEX triplet: 32, 47 and 65. RGB value is (50,71,101). Sum of RGB (Red+Green+Blue) = 50+71+101=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #324765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324765 is #CDB89A. Grayscale: #444444. Windows color (decimal): -13482139 or 6637362. OLE color: 6637362.

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

Color convert

RGB5071101-
CMYK0.500.3000.60
HSL215.29º33.77%29.61%-
HSV(B)215.29º50.5%39.61%-
XYZ5.926.1213.18-
YUV68.14146.54115.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=22.52%
G=31.98%
B=45.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50711010.500.3000.60215.2933.7729.61
Hex324765321E03Cd7221e
Octal6210714562360743274236
Binary110010100011111001011100101111001111001101011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324765; }

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

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

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

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

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

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

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

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