Html Css Color HEX #326991 Astral

📋 copy color: '#326991'

red 50 ◦ green 105 ◦ blue 145

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

Shades of Astral #326991

Tints of Astral #326991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 16.67%
G = 35%
B = 48.33%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326991 (or 0x326991) is known color: Astral. HEX triplet: 32, 69 and 91. RGB value is (50,105,145). Sum of RGB (Red+Green+Blue) = 50+105+145=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #326991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326991 is #CD966E. Grayscale: #5C5C5C. Windows color (decimal): -13473391 or 9529650. OLE color: 9529650.

HSL color Cylindrical-coordinate representation of color #326991: hue angle of 205.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326991 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 105 145 -
CMYK 0.66 0.28 0 0.43
HSL 205.26º 0.49% 0.38% -
HSV(B) 205.26º 0.66% 0.57% -
XYZ 11.48 12.83 28.66 -
YUV 93.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 50 105 145 0.66 0.28 0 0.43 205.26 0.49 0.38
Hex 32 69 91 42 1C 0 2B CD 31 26
Octal 62 151 221 102 34 0 53 315 61 46
Binary 110010 1101001 10010001 1000010 11100 0 101011 11001101 110001 100110

Color Harmonies of #326991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326991

Black with #326991

Text Example


Text Example

White with #326991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326991; }

 p { color: rgb(50,105,145); }

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

background-color css

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

 a { background-color: rgb(50,105,145); }

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

border-color css

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

 span { border-color: rgb(50,105,145); }

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