Html Css Color HEX #324D66 Cello

📋 copy color: '#324D66'

red 50 ◦ green 77 ◦ blue 102

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

Shades of Cello #324D66

Tints of Cello #324D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.62%

 BLUE value IS 102 (40.23% from 255) = 44.54%

R = 21.83%
G = 33.62%
B = 44.54%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#324D66 (or 0x324D66) is known color: Cello. HEX triplet: 32, 4D and 66. RGB value is (50,77,102). Sum of RGB (Red+Green+Blue) = 50+77+102=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #324D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D66 is #CDB299. Grayscale: #474747. Windows color (decimal): -13480602 or 6704434. OLE color: 6704434.

HSL color Cylindrical-coordinate representation of color #324D66: hue angle of 208.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324D66 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 77 102 -
CMYK 0.51 0.25 0 0.6
HSL 208.85º 0.34% 0.3% -
HSV(B) 208.85º 0.51% 0.4% -
XYZ 6.37 6.95 13.58 -
YUV 71.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 50 77 102 0.51 0.25 0 0.6 208.85 0.34 0.3
Hex 32 4D 66 33 19 0 3C D1 22 1E
Octal 62 115 146 63 31 0 74 321 42 36
Binary 110010 1001101 1100110 110011 11001 0 111100 11010001 100010 11110

Color Harmonies of #324D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D66

Black with #324D66

Text Example


Text Example

White with #324D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,102); }

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

background-color css

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

 a { background-color: rgb(50,77,102); }

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

border-color css

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

 span { border-color: rgb(50,77,102); }

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