Html Css Color HEX #324659 Cello

📋 copy color: '#324659'

red 50 ◦ green 70 ◦ blue 89

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

Shades of Cello #324659

Tints of Cello #324659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

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

R = 23.92%
G = 33.49%
B = 42.58%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#324659 (or 0x324659) is known color: Cello. HEX triplet: 32, 46 and 59. RGB value is (50,70,89). Sum of RGB (Red+Green+Blue) = 50+70+89=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #324659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324659 is #CDB9A6. Grayscale: #424242. Windows color (decimal): -13482407 or 5850674. OLE color: 5850674.

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

Color convert

RGB 50 70 89 -
CMYK 0.44 0.21 0 0.65
HSL 209.23º 0.28% 0.27% -
HSV(B) 209.23º 0.44% 0.35% -
XYZ 5.31 5.78 10.29 -
YUV 66.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 50 70 89 0.44 0.21 0 0.65 209.23 0.28 0.27
Hex 32 46 59 2C 15 0 41 D1 1C 1B
Octal 62 106 131 54 25 0 101 321 34 33
Binary 110010 1000110 1011001 101100 10101 0 1000001 11010001 11100 11011

Color Harmonies of #324659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324659

Black with #324659

Text Example


Text Example

White with #324659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324659; }

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

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

background-color css

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

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

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

border-color css

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

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

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