Html Css Color HEX #324C66 Cello

📋 copy color: '#324C66'

red 50 ◦ green 76 ◦ blue 102

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

Shades of Cello #324C66

Tints of Cello #324C66

RGB

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

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

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

R = 21.93%
G = 33.33%
B = 44.74%

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

#324C66 (or 0x324C66) is known color: Cello. HEX triplet: 32, 4C and 66. RGB value is (50,76,102). Sum of RGB (Red+Green+Blue) = 50+76+102=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #324C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C66 is #CDB399. Grayscale: #474747. Windows color (decimal): -13480858 or 6704178. OLE color: 6704178.

HSL color Cylindrical-coordinate representation of color #324C66: hue angle of 210º 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 #324C66 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 76 102 -
CMYK 0.51 0.25 0 0.6
HSL 210º 0.34% 0.3% -
HSV(B) 210º 0.51% 0.4% -
XYZ 6.3 6.81 13.55 -
YUV 71.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 50 76 102 0.51 0.25 0 0.6 210 0.34 0.3
Hex 32 4C 66 33 19 0 3C D2 22 1E
Octal 62 114 146 63 31 0 74 322 42 36
Binary 110010 1001100 1100110 110011 11001 0 111100 11010010 100010 11110

Color Harmonies of #324C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C66

Black with #324C66

Text Example


Text Example

White with #324C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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