Html Css Color HEX #327390 Astral

📋 copy color: '#327390'

red 50 ◦ green 115 ◦ blue 144

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

Shades of Astral #327390

Tints of Astral #327390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 16.18%
G = 37.22%
B = 46.6%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327390 (or 0x327390) is known color: Astral. HEX triplet: 32, 73 and 90. RGB value is (50,115,144). Sum of RGB (Red+Green+Blue) = 50+115+144=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #327390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327390 is #CD8C6F. Grayscale: #626262. Windows color (decimal): -13470832 or 9466674. OLE color: 9466674.

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

Color convert

RGB 50 115 144 -
CMYK 0.65 0.20 0 0.44
HSL 198.51º 0.48% 0.38% -
HSV(B) 198.51º 0.65% 0.56% -
XYZ 12.48 14.95 28.61 -
YUV 98.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 50 115 144 0.65 0.20 0 0.44 198.51 0.48 0.38
Hex 32 73 90 41 14 0 2C C7 30 26
Octal 62 163 220 101 24 0 54 307 60 46
Binary 110010 1110011 10010000 1000001 10100 0 101100 11000111 110000 100110

Color Harmonies of #327390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327390

Black with #327390

Text Example


Text Example

White with #327390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327390; }

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

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

background-color css

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

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

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

border-color css

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

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

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