Html Css Color HEX #326680 Astral

📋 copy color: '#326680'

red 50 ◦ green 102 ◦ blue 128

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

Shades of Astral #326680

Tints of Astral #326680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 17.86%
G = 36.43%
B = 45.71%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326680 (or 0x326680) is known color: Astral. HEX triplet: 32, 66 and 80. RGB value is (50,102,128). Sum of RGB (Red+Green+Blue) = 50+102+128=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #326680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326680 is #CD997F. Grayscale: #595959. Windows color (decimal): -13474176 or 8414770. OLE color: 8414770.

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

Color convert

RGB 50 102 128 -
CMYK 0.61 0.20 0 0.50
HSL 200º 0.44% 0.35% -
HSV(B) 200º 0.61% 0.5% -
XYZ 9.96 11.74 22.16 -
YUV 89.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 50 102 128 0.61 0.20 0 0.50 200 0.44 0.35
Hex 32 66 80 3D 14 0 32 C8 2C 23
Octal 62 146 200 75 24 0 62 310 54 43
Binary 110010 1100110 10000000 111101 10100 0 110010 11001000 101100 100011

Color Harmonies of #326680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326680

Black with #326680

Text Example


Text Example

White with #326680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326680; }

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

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

background-color css

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

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

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

border-color css

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

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

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