Html Css Color HEX #324966 Cello

📋 copy color: '#324966'

red 50 ◦ green 73 ◦ blue 102

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

Shades of Cello #324966

Tints of Cello #324966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

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

R = 22.22%
G = 32.44%
B = 45.33%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#324966 (or 0x324966) is known color: Cello. HEX triplet: 32, 49 and 66. RGB value is (50,73,102). Sum of RGB (Red+Green+Blue) = 50+73+102=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #324966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324966 is #CDB699. Grayscale: #454545. Windows color (decimal): -13481626 or 6703410. OLE color: 6703410.

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

Color convert

RGB 50 73 102 -
CMYK 0.51 0.28 0 0.6
HSL 213.46º 0.34% 0.3% -
HSV(B) 213.46º 0.51% 0.4% -
XYZ 6.1 6.4 13.48 -
YUV 69.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 50 73 102 0.51 0.28 0 0.6 213.46 0.34 0.3
Hex 32 49 66 33 1C 0 3C D5 22 1E
Octal 62 111 146 63 34 0 74 325 42 36
Binary 110010 1001001 1100110 110011 11100 0 111100 11010101 100010 11110

Color Harmonies of #324966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324966

Black with #324966

Text Example


Text Example

White with #324966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324966; }

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

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

background-color css

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

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

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

border-color css

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

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

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