Html Css Color HEX #326890 Astral

📋 copy color: '#326890'

red 50 ◦ green 104 ◦ blue 144

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

Shades of Astral #326890

Tints of Astral #326890

RGB

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

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

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

R = 16.78%
G = 34.9%
B = 48.32%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#326890 (or 0x326890) is known color: Astral. HEX triplet: 32, 68 and 90. RGB value is (50,104,144). Sum of RGB (Red+Green+Blue) = 50+104+144=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #326890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326890 is #CD976F. Grayscale: #5C5C5C. Windows color (decimal): -13473648 or 9463858. OLE color: 9463858.

HSL color Cylindrical-coordinate representation of color #326890: hue angle of 205.53º 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 #326890 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 104 144 -
CMYK 0.65 0.28 0 0.44
HSL 205.53º 0.48% 0.38% -
HSV(B) 205.53º 0.65% 0.56% -
XYZ 11.3 12.59 28.22 -
YUV 92.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 50 104 144 0.65 0.28 0 0.44 205.53 0.48 0.38
Hex 32 68 90 41 1C 0 2C CE 30 26
Octal 62 150 220 101 34 0 54 316 60 46
Binary 110010 1101000 10010000 1000001 11100 0 101100 11001110 110000 100110

Color Harmonies of #326890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326890

Black with #326890

Text Example


Text Example

White with #326890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326890; }

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

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

background-color css

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

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

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

border-color css

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

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

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