Html Css Color HEX #324760 Cello

📋 copy color: '#324760'

red 50 ◦ green 71 ◦ blue 96

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

Shades of Cello #324760

Tints of Cello #324760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 23.04%
G = 32.72%
B = 44.24%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324760 (or 0x324760) is known color: Cello. HEX triplet: 32, 47 and 60. RGB value is (50,71,96). Sum of RGB (Red+Green+Blue) = 50+71+96=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #324760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324760 is #CDB89F. Grayscale: #434343. Windows color (decimal): -13482144 or 6309682. OLE color: 6309682.

HSL color Cylindrical-coordinate representation of color #324760: hue angle of 212.61º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324760 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 71 96 -
CMYK 0.48 0.26 0 0.62
HSL 212.61º 0.32% 0.29% -
HSV(B) 212.61º 0.48% 0.38% -
XYZ 5.68 6.03 11.93 -
YUV 67.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 50 71 96 0.48 0.26 0 0.62 212.61 0.32 0.29
Hex 32 47 60 30 1A 0 3E D5 20 1D
Octal 62 107 140 60 32 0 76 325 40 35
Binary 110010 1000111 1100000 110000 11010 0 111110 11010101 100000 11101

Color Harmonies of #324760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324760

Black with #324760

Text Example


Text Example

White with #324760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324760; }

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

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

background-color css

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

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

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

border-color css

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

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

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