Html Css Color HEX #326882 Astral

📋 copy color: '#326882'

red 50 ◦ green 104 ◦ blue 130

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

Shades of Astral #326882

Tints of Astral #326882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 17.61%
G = 36.62%
B = 45.77%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326882 (or 0x326882) is known color: Astral. HEX triplet: 32, 68 and 82. RGB value is (50,104,130). Sum of RGB (Red+Green+Blue) = 50+104+130=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #326882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326882 is #CD977D. Grayscale: #5A5A5A. Windows color (decimal): -13473662 or 8546354. OLE color: 8546354.

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

Color convert

RGB 50 104 130 -
CMYK 0.62 0.2 0 0.49
HSL 199.5º 0.44% 0.35% -
HSV(B) 199.5º 0.62% 0.51% -
XYZ 10.29 12.19 22.93 -
YUV 90.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 50 104 130 0.62 0.2 0 0.49 199.5 0.44 0.35
Hex 32 68 82 3E 14 0 31 C8 2C 23
Octal 62 150 202 76 24 0 61 310 54 43
Binary 110010 1101000 10000010 111110 10100 0 110001 11001000 101100 100011

Color Harmonies of #326882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326882

Black with #326882

Text Example


Text Example

White with #326882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326882; }

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

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

background-color css

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

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

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

border-color css

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

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

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