Html Css Color HEX #324761 Cello

📋 copy color: '#324761'

red 50 ◦ green 71 ◦ blue 97

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

Shades of Cello #324761

Tints of Cello #324761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 22.94%
G = 32.57%
B = 44.5%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324761 (or 0x324761) is known color: Cello. HEX triplet: 32, 47 and 61. RGB value is (50,71,97). Sum of RGB (Red+Green+Blue) = 50+71+97=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #324761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324761 is #CDB89E. Grayscale: #434343. Windows color (decimal): -13482143 or 6375218. OLE color: 6375218.

HSL color Cylindrical-coordinate representation of color #324761: hue angle of 213.19º 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 #324761 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 71 97 -
CMYK 0.48 0.27 0 0.62
HSL 213.19º 0.32% 0.29% -
HSV(B) 213.19º 0.48% 0.38% -
XYZ 5.73 6.05 12.17 -
YUV 67.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 50 71 97 0.48 0.27 0 0.62 213.19 0.32 0.29
Hex 32 47 61 30 1B 0 3E D5 20 1D
Octal 62 107 141 60 33 0 76 325 40 35
Binary 110010 1000111 1100001 110000 11011 0 111110 11010101 100000 11101

Color Harmonies of #324761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324761

Black with #324761

Text Example


Text Example

White with #324761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324761; }

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

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

background-color css

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

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

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

border-color css

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

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

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