Html Css Color HEX #326C84 Astral

📋 copy color: '#326C84'

red 50 ◦ green 108 ◦ blue 132

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

Shades of Astral #326C84

Tints of Astral #326C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

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

R = 17.24%
G = 37.24%
B = 45.52%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326C84 (or 0x326C84) is known color: Astral. HEX triplet: 32, 6C and 84. RGB value is (50,108,132). Sum of RGB (Red+Green+Blue) = 50+108+132=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #326C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C84 is #CD937B. Grayscale: #5D5D5D. Windows color (decimal): -13472636 or 8678450. OLE color: 8678450.

HSL color Cylindrical-coordinate representation of color #326C84: hue angle of 197.56º 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 #326C84 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 108 132 -
CMYK 0.62 0.18 0 0.48
HSL 197.56º 0.45% 0.36% -
HSV(B) 197.56º 0.62% 0.52% -
XYZ 10.84 13.07 23.78 -
YUV 93.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 50 108 132 0.62 0.18 0 0.48 197.56 0.45 0.36
Hex 32 6C 84 3E 12 0 30 C6 2D 24
Octal 62 154 204 76 22 0 60 306 55 44
Binary 110010 1101100 10000100 111110 10010 0 110000 11000110 101101 100100

Color Harmonies of #326C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C84

Black with #326C84

Text Example


Text Example

White with #326C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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