Html Css Color HEX #324762 Cello

📋 copy color: '#324762'

red 50 ◦ green 71 ◦ blue 98

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

Shades of Cello #324762

Tints of Cello #324762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 22.83%
G = 32.42%
B = 44.75%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#324762 (or 0x324762) is known color: Cello. HEX triplet: 32, 47 and 62. RGB value is (50,71,98). Sum of RGB (Red+Green+Blue) = 50+71+98=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #324762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324762 is #CDB89D. Grayscale: #434343. Windows color (decimal): -13482142 or 6440754. OLE color: 6440754.

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

Color convert

RGB 50 71 98 -
CMYK 0.49 0.28 0 0.62
HSL 213.75º 0.32% 0.29% -
HSV(B) 213.75º 0.49% 0.38% -
XYZ 5.77 6.07 12.42 -
YUV 67.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 50 71 98 0.49 0.28 0 0.62 213.75 0.32 0.29
Hex 32 47 62 31 1C 0 3E D6 20 1D
Octal 62 107 142 61 34 0 76 326 40 35
Binary 110010 1000111 1100010 110001 11100 0 111110 11010110 100000 11101

Color Harmonies of #324762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324762

Black with #324762

Text Example


Text Example

White with #324762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324762; }

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

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

background-color css

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

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

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

border-color css

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

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

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