Html Css Color HEX #326880 Astral

📋 copy color: '#326880'

red 50 ◦ green 104 ◦ blue 128

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

Shades of Astral #326880

Tints of Astral #326880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

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

R = 17.73%
G = 36.88%
B = 45.39%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326880 (or 0x326880) is known color: Astral. HEX triplet: 32, 68 and 80. RGB value is (50,104,128). Sum of RGB (Red+Green+Blue) = 50+104+128=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #326880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326880 is #CD977F. Grayscale: #5A5A5A. Windows color (decimal): -13473664 or 8415282. OLE color: 8415282.

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

Color convert

RGB 50 104 128 -
CMYK 0.61 0.19 0 0.50
HSL 198.46º 0.44% 0.35% -
HSV(B) 198.46º 0.61% 0.5% -
XYZ 10.16 12.14 22.23 -
YUV 90.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 50 104 128 0.61 0.19 0 0.50 198.46 0.44 0.35
Hex 32 68 80 3D 13 0 32 C6 2C 23
Octal 62 150 200 75 23 0 62 306 54 43
Binary 110010 1101000 10000000 111101 10011 0 110010 11000110 101100 100011

Color Harmonies of #326880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326880

Black with #326880

Text Example


Text Example

White with #326880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326880; }

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

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

background-color css

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

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

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

border-color css

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

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

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