Html Css Color HEX #327790 Astral

📋 copy color: '#327790'

red 50 ◦ green 119 ◦ blue 144

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

Shades of Astral #327790

Tints of Astral #327790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

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

R = 15.97%
G = 38.02%
B = 46.01%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327790 (or 0x327790) is known color: Astral. HEX triplet: 32, 77 and 90. RGB value is (50,119,144). Sum of RGB (Red+Green+Blue) = 50+119+144=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #327790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327790 is #CD886F. Grayscale: #656565. Windows color (decimal): -13469808 or 9467698. OLE color: 9467698.

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

Color convert

RGB 50 119 144 -
CMYK 0.65 0.17 0 0.44
HSL 195.96º 0.48% 0.38% -
HSV(B) 195.96º 0.65% 0.56% -
XYZ 12.95 15.89 28.77 -
YUV 101.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 50 119 144 0.65 0.17 0 0.44 195.96 0.48 0.38
Hex 32 77 90 41 11 0 2C C4 30 26
Octal 62 167 220 101 21 0 54 304 60 46
Binary 110010 1110111 10010000 1000001 10001 0 101100 11000100 110000 100110

Color Harmonies of #327790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327790

Black with #327790

Text Example


Text Example

White with #327790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327790; }

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

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

background-color css

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

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

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

border-color css

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

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

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