Html Css Color HEX #326881 Astral

📋 copy color: '#326881'

red 50 ◦ green 104 ◦ blue 129

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

Shades of Astral #326881

Tints of Astral #326881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 17.67%
G = 36.75%
B = 45.58%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326881 (or 0x326881) is known color: Astral. HEX triplet: 32, 68 and 81. RGB value is (50,104,129). Sum of RGB (Red+Green+Blue) = 50+104+129=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #326881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326881 is #CD977E. Grayscale: #5A5A5A. Windows color (decimal): -13473663 or 8480818. OLE color: 8480818.

HSL color Cylindrical-coordinate representation of color #326881: hue angle of 198.99º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326881 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 104 129 -
CMYK 0.61 0.19 0 0.49
HSL 198.99º 0.44% 0.35% -
HSV(B) 198.99º 0.61% 0.51% -
XYZ 10.23 12.16 22.58 -
YUV 90.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 50 104 129 0.61 0.19 0 0.49 198.99 0.44 0.35
Hex 32 68 81 3D 13 0 31 C7 2C 23
Octal 62 150 201 75 23 0 61 307 54 43
Binary 110010 1101000 10000001 111101 10011 0 110001 11000111 101100 100011

Color Harmonies of #326881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326881

Black with #326881

Text Example


Text Example

White with #326881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326881; }

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

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

background-color css

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

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

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

border-color css

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

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

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