Html Css Color HEX #324E6D Cello

📋 copy color: '#324E6D'

red 50 ◦ green 78 ◦ blue 109

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

Shades of Cello #324E6D

Tints of Cello #324E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

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

R = 21.1%
G = 32.91%
B = 45.99%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#324E6D (or 0x324E6D) is known color: Cello. HEX triplet: 32, 4E and 6D. RGB value is (50,78,109). Sum of RGB (Red+Green+Blue) = 50+78+109=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #324E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E6D is #CDB192. Grayscale: #494949. Windows color (decimal): -13480339 or 7163442. OLE color: 7163442.

HSL color Cylindrical-coordinate representation of color #324E6D: hue angle of 211.53º 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 #324E6D is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 78 109 -
CMYK 0.54 0.28 0 0.57
HSL 211.53º 0.37% 0.31% -
HSV(B) 211.53º 0.54% 0.43% -
XYZ 6.8 7.23 15.51 -
YUV 73.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 50 78 109 0.54 0.28 0 0.57 211.53 0.37 0.31
Hex 32 4E 6D 36 1C 0 39 D4 25 1F
Octal 62 116 155 66 34 0 71 324 45 37
Binary 110010 1001110 1101101 110110 11100 0 111001 11010100 100101 11111

Color Harmonies of #324E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E6D

Black with #324E6D

Text Example


Text Example

White with #324E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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