Html Css Color HEX #326F80 Astral

📋 copy color: '#326F80'

red 50 ◦ green 111 ◦ blue 128

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

Shades of Astral #326F80

Tints of Astral #326F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 17.3%
G = 38.41%
B = 44.29%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326F80 (or 0x326F80) is known color: Astral. HEX triplet: 32, 6F and 80. RGB value is (50,111,128). Sum of RGB (Red+Green+Blue) = 50+111+128=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #326F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F80 is #CD907F. Grayscale: #5E5E5E. Windows color (decimal): -13471872 or 8417074. OLE color: 8417074.

HSL color Cylindrical-coordinate representation of color #326F80: hue angle of 193.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326F80 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 111 128 -
CMYK 0.61 0.13 0 0.50
HSL 193.08º 0.44% 0.35% -
HSV(B) 193.08º 0.61% 0.5% -
XYZ 10.9 13.61 22.47 -
YUV 94.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 50 111 128 0.61 0.13 0 0.50 193.08 0.44 0.35
Hex 32 6F 80 3D D 0 32 C1 2C 23
Octal 62 157 200 75 15 0 62 301 54 43
Binary 110010 1101111 10000000 111101 1101 0 110010 11000001 101100 100011

Color Harmonies of #326F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F80

Black with #326F80

Text Example


Text Example

White with #326F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326F80; }

 p { color: rgb(50,111,128); }

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

background-color css

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

 a { background-color: rgb(50,111,128); }

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

border-color css

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

 span { border-color: rgb(50,111,128); }

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