Html Css Color HEX #326990 Astral

📋 copy color: '#326990'

red 50 ◦ green 105 ◦ blue 144

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

Shades of Astral #326990

Tints of Astral #326990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 16.72%
G = 35.12%
B = 48.16%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#326990 (or 0x326990) is known color: Astral. HEX triplet: 32, 69 and 90. RGB value is (50,105,144). Sum of RGB (Red+Green+Blue) = 50+105+144=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #326990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326990 is #CD966F. Grayscale: #5C5C5C. Windows color (decimal): -13473392 or 9464114. OLE color: 9464114.

HSL color Cylindrical-coordinate representation of color #326990: hue angle of 204.89º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326990 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 105 144 -
CMYK 0.65 0.27 0 0.44
HSL 204.89º 0.48% 0.38% -
HSV(B) 204.89º 0.65% 0.56% -
XYZ 11.4 12.79 28.25 -
YUV 93 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 50 105 144 0.65 0.27 0 0.44 204.89 0.48 0.38
Hex 32 69 90 41 1B 0 2C CD 30 26
Octal 62 151 220 101 33 0 54 315 60 46
Binary 110010 1101001 10010000 1000001 11011 0 101100 11001101 110000 100110

Color Harmonies of #326990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326990

Black with #326990

Text Example


Text Example

White with #326990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326990; }

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

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

background-color css

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

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

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

border-color css

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

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

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