Html Css Color HEX #326E8D Astral

📋 copy color: '#326E8D'

red 50 ◦ green 110 ◦ blue 141

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

Shades of Astral #326E8D

Tints of Astral #326E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 16.61%
G = 36.54%
B = 46.84%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#326E8D (or 0x326E8D) is known color: Astral. HEX triplet: 32, 6E and 8D. RGB value is (50,110,141). Sum of RGB (Red+Green+Blue) = 50+110+141=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #326E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E8D is #CD9172. Grayscale: #5F5F5F. Windows color (decimal): -13472115 or 9268786. OLE color: 9268786.

HSL color Cylindrical-coordinate representation of color #326E8D: hue angle of 200.44º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326E8D is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 110 141 -
CMYK 0.65 0.22 0 0.45
HSL 200.44º 0.48% 0.37% -
HSV(B) 200.44º 0.65% 0.55% -
XYZ 11.7 13.75 27.24 -
YUV 95.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 50 110 141 0.65 0.22 0 0.45 200.44 0.48 0.37
Hex 32 6E 8D 41 16 0 2D C8 30 25
Octal 62 156 215 101 26 0 55 310 60 45
Binary 110010 1101110 10001101 1000001 10110 0 101101 11001000 110000 100101

Color Harmonies of #326E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E8D

Black with #326E8D

Text Example


Text Example

White with #326E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,141); }

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

background-color css

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

 a { background-color: rgb(50,110,141); }

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

border-color css

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

 span { border-color: rgb(50,110,141); }

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