Html Css Color HEX #324C6D Cello

📋 copy color: '#324C6D'

red 50 ◦ green 76 ◦ blue 109

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

Shades of Cello #324C6D

Tints of Cello #324C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 21.28%
G = 32.34%
B = 46.38%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#324C6D (or 0x324C6D) is known color: Cello. HEX triplet: 32, 4C and 6D. RGB value is (50,76,109). Sum of RGB (Red+Green+Blue) = 50+76+109=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #324C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C6D is #CDB392. Grayscale: #474747. Windows color (decimal): -13480851 or 7162930. OLE color: 7162930.

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

Color convert

RGB 50 76 109 -
CMYK 0.54 0.30 0 0.57
HSL 213.56º 0.37% 0.31% -
HSV(B) 213.56º 0.54% 0.43% -
XYZ 6.66 6.95 15.46 -
YUV 71.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 50 76 109 0.54 0.30 0 0.57 213.56 0.37 0.31
Hex 32 4C 6D 36 1E 0 39 D6 25 1F
Octal 62 114 155 66 36 0 71 326 45 37
Binary 110010 1001100 1101101 110110 11110 0 111001 11010110 100101 11111

Color Harmonies of #324C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C6D

Black with #324C6D

Text Example


Text Example

White with #324C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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