#324B65

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

Shades of Cello #324B65

Tints of Cello #324B65

Color information

#324B65 (or 0x324B65) is unknown color: approx Cello. HEX triplet: 32, 4B and 65. RGB value is (50,75,101). Sum of RGB (Red+Green+Blue) = 50+75+101=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #324B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B65 is #CDB49A. Grayscale: #464646. Windows color (decimal): -13481115 or 6638386. OLE color: 6638386.

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

Color convert

RGB5075101-
CMYK0.500.2600.60
HSL210.59º33.77%29.61%-
HSV(B)210.59º50.5%39.61%-
XYZ6.186.6513.27-
YUV70.49145.22113.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=22.12%
G=33.19%
B=44.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50751010.500.2600.60210.5933.7729.61
Hex324B65321A03Cd3221e
Octal6211314562320743234236
Binary110010100101111001011100101101001111001101001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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