Html Css Color HEX #327090 Astral

📋 copy color: '#327090'

red 50 ◦ green 112 ◦ blue 144

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

Shades of Astral #327090

Tints of Astral #327090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

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

R = 16.34%
G = 36.6%
B = 47.06%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327090 (or 0x327090) is known color: Astral. HEX triplet: 32, 70 and 90. RGB value is (50,112,144). Sum of RGB (Red+Green+Blue) = 50+112+144=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #327090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327090 is #CD8F6F. Grayscale: #606060. Windows color (decimal): -13471600 or 9465906. OLE color: 9465906.

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

Color convert

RGB 50 112 144 -
CMYK 0.65 0.22 0 0.44
HSL 200.43º 0.48% 0.38% -
HSV(B) 200.43º 0.65% 0.56% -
XYZ 12.14 14.28 28.5 -
YUV 97.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 50 112 144 0.65 0.22 0 0.44 200.43 0.48 0.38
Hex 32 70 90 41 16 0 2C C8 30 26
Octal 62 160 220 101 26 0 54 310 60 46
Binary 110010 1110000 10010000 1000001 10110 0 101100 11001000 110000 100110

Color Harmonies of #327090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327090

Black with #327090

Text Example


Text Example

White with #327090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327090; }

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

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

background-color css

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

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

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

border-color css

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

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

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