Html Css Color HEX #326884 Astral

📋 copy color: '#326884'

red 50 ◦ green 104 ◦ blue 132

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

Shades of Astral #326884

Tints of Astral #326884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 17.48%
G = 36.36%
B = 46.15%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326884 (or 0x326884) is known color: Astral. HEX triplet: 32, 68 and 84. RGB value is (50,104,132). Sum of RGB (Red+Green+Blue) = 50+104+132=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #326884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326884 is #CD977B. Grayscale: #5A5A5A. Windows color (decimal): -13473660 or 8677426. OLE color: 8677426.

HSL color Cylindrical-coordinate representation of color #326884: hue angle of 200.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326884 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 104 132 -
CMYK 0.62 0.21 0 0.48
HSL 200.49º 0.45% 0.36% -
HSV(B) 200.49º 0.62% 0.52% -
XYZ 10.43 12.24 23.64 -
YUV 91.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 50 104 132 0.62 0.21 0 0.48 200.49 0.45 0.36
Hex 32 68 84 3E 15 0 30 C8 2D 24
Octal 62 150 204 76 25 0 60 310 55 44
Binary 110010 1101000 10000100 111110 10101 0 110000 11001000 101101 100100

Color Harmonies of #326884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326884

Black with #326884

Text Example


Text Example

White with #326884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326884; }

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

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

background-color css

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

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

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

border-color css

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

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

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