Html Css Color HEX #327791 Astral

📋 copy color: '#327791'

red 50 ◦ green 119 ◦ blue 145

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

Shades of Astral #327791

Tints of Astral #327791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 15.92%
G = 37.9%
B = 46.18%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327791 (or 0x327791) is known color: Astral. HEX triplet: 32, 77 and 91. RGB value is (50,119,145). Sum of RGB (Red+Green+Blue) = 50+119+145=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #327791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327791 is #CD886E. Grayscale: #656565. Windows color (decimal): -13469807 or 9533234. OLE color: 9533234.

HSL color Cylindrical-coordinate representation of color #327791: hue angle of 196.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327791 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 119 145 -
CMYK 0.66 0.18 0 0.43
HSL 196.42º 0.49% 0.38% -
HSV(B) 196.42º 0.66% 0.57% -
XYZ 13.02 15.92 29.17 -
YUV 101.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 50 119 145 0.66 0.18 0 0.43 196.42 0.49 0.38
Hex 32 77 91 42 12 0 2B C4 31 26
Octal 62 167 221 102 22 0 53 304 61 46
Binary 110010 1110111 10010001 1000010 10010 0 101011 11000100 110001 100110

Color Harmonies of #327791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327791

Black with #327791

Text Example


Text Example

White with #327791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327791; }

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

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

background-color css

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

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

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

border-color css

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

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

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