Html Css Color HEX #324859 Cello

📋 copy color: '#324859'

red 50 ◦ green 72 ◦ blue 89

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

Shades of Cello #324859

Tints of Cello #324859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 23.7%
G = 34.12%
B = 42.18%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#324859 (or 0x324859) is known color: Cello. HEX triplet: 32, 48 and 59. RGB value is (50,72,89). Sum of RGB (Red+Green+Blue) = 50+72+89=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #324859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324859 is #CDB7A6. Grayscale: #434343. Windows color (decimal): -13481895 or 5851186. OLE color: 5851186.

HSL color Cylindrical-coordinate representation of color #324859: hue angle of 206.15º 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 #324859 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 72 89 -
CMYK 0.44 0.19 0 0.65
HSL 206.15º 0.28% 0.27% -
HSV(B) 206.15º 0.44% 0.35% -
XYZ 5.44 6.03 10.33 -
YUV 67.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 50 72 89 0.44 0.19 0 0.65 206.15 0.28 0.27
Hex 32 48 59 2C 13 0 41 CE 1C 1B
Octal 62 110 131 54 23 0 101 316 34 33
Binary 110010 1001000 1011001 101100 10011 0 1000001 11001110 11100 11011

Color Harmonies of #324859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324859

Black with #324859

Text Example


Text Example

White with #324859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324859; }

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

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

background-color css

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

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

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

border-color css

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

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

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