Html Css Color HEX #327280 Astral

📋 copy color: '#327280'

red 50 ◦ green 114 ◦ blue 128

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

Shades of Astral #327280

Tints of Astral #327280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

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

R = 17.12%
G = 39.04%
B = 43.84%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#327280 (or 0x327280) is known color: Astral. HEX triplet: 32, 72 and 80. RGB value is (50,114,128). Sum of RGB (Red+Green+Blue) = 50+114+128=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #327280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327280 is #CD8D7F. Grayscale: #606060. Windows color (decimal): -13471104 or 8417842. OLE color: 8417842.

HSL color Cylindrical-coordinate representation of color #327280: hue angle of 190.77º 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 #327280 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 114 128 -
CMYK 0.61 0.11 0 0.50
HSL 190.77º 0.44% 0.35% -
HSV(B) 190.77º 0.61% 0.5% -
XYZ 11.23 14.27 22.58 -
YUV 96.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 50 114 128 0.61 0.11 0 0.50 190.77 0.44 0.35
Hex 32 72 80 3D B 0 32 BF 2C 23
Octal 62 162 200 75 13 0 62 277 54 43
Binary 110010 1110010 10000000 111101 1011 0 110010 10111111 101100 100011

Color Harmonies of #327280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327280

Black with #327280

Text Example


Text Example

White with #327280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327280; }

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

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

background-color css

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

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

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

border-color css

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

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

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