Html Css Color HEX #324759 Cello

📋 copy color: '#324759'

red 50 ◦ green 71 ◦ blue 89

#324759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #324759

Tints of Cello #324759

RGB

 RED value IS 50 (19.92% from 255) = 23.81%

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 23.81%
G = 33.81%
B = 42.38%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#324759 (or 0x324759) is known color: Cello. HEX triplet: 32, 47 and 59. RGB value is (50,71,89). Sum of RGB (Red+Green+Blue) = 50+71+89=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #324759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324759 is #CDB8A6. Grayscale: #424242. Windows color (decimal): -13482151 or 5850930. OLE color: 5850930.

HSL color Cylindrical-coordinate representation of color #324759: hue angle of 207.69º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324759 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 71 89 -
CMYK 0.44 0.20 0 0.65
HSL 207.69º 0.28% 0.27% -
HSV(B) 207.69º 0.44% 0.35% -
XYZ 5.37 5.91 10.31 -
YUV 66.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 50 71 89 0.44 0.20 0 0.65 207.69 0.28 0.27
Hex 32 47 59 2C 14 0 41 D0 1C 1B
Octal 62 107 131 54 24 0 101 320 34 33
Binary 110010 1000111 1011001 101100 10100 0 1000001 11010000 11100 11011

Color Harmonies of #324759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324759

Black with #324759

Text Example


Text Example

White with #324759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324759; }

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

 H1.HeaderClassName
 {
   color: #324759;
 }
 .AnyTagClassName
 {
   color: #324759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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