Html Css Color HEX #324C6C Cello

📋 copy color: '#324C6C'

red 50 ◦ green 76 ◦ blue 108

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

Shades of Cello #324C6C

Tints of Cello #324C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 21.37%
G = 32.48%
B = 46.15%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#324C6C (or 0x324C6C) is known color: Cello. HEX triplet: 32, 4C and 6C. RGB value is (50,76,108). Sum of RGB (Red+Green+Blue) = 50+76+108=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #324C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C6C is #CDB393. Grayscale: #474747. Windows color (decimal): -13480852 or 7097394. OLE color: 7097394.

HSL color Cylindrical-coordinate representation of color #324C6C: hue angle of 213.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324C6C is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 76 108 -
CMYK 0.54 0.30 0 0.58
HSL 213.1º 0.37% 0.31% -
HSV(B) 213.1º 0.54% 0.42% -
XYZ 6.61 6.93 15.18 -
YUV 71.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 50 76 108 0.54 0.30 0 0.58 213.1 0.37 0.31
Hex 32 4C 6C 36 1E 0 3A D5 25 1F
Octal 62 114 154 66 36 0 72 325 45 37
Binary 110010 1001100 1101100 110110 11110 0 111010 11010101 100101 11111

Color Harmonies of #324C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C6C

Black with #324C6C

Text Example


Text Example

White with #324C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324C6C; }

 p { color: rgb(50,76,108); }

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

background-color css

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

 a { background-color: rgb(50,76,108); }

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

border-color css

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

 span { border-color: rgb(50,76,108); }

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