Html Css Color HEX #327691 Astral

📋 copy color: '#327691'

red 50 ◦ green 118 ◦ blue 145

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

Shades of Astral #327691

Tints of Astral #327691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 15.97%
G = 37.7%
B = 46.33%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327691 (or 0x327691) is known color: Astral. HEX triplet: 32, 76 and 91. RGB value is (50,118,145). Sum of RGB (Red+Green+Blue) = 50+118+145=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #327691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327691 is #CD896E. Grayscale: #646464. Windows color (decimal): -13470063 or 9532978. OLE color: 9532978.

HSL color Cylindrical-coordinate representation of color #327691: hue angle of 197.05º 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 #327691 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 118 145 -
CMYK 0.66 0.19 0 0.43
HSL 197.05º 0.49% 0.38% -
HSV(B) 197.05º 0.66% 0.57% -
XYZ 12.9 15.68 29.13 -
YUV 100.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 50 118 145 0.66 0.19 0 0.43 197.05 0.49 0.38
Hex 32 76 91 42 13 0 2B C5 31 26
Octal 62 166 221 102 23 0 53 305 61 46
Binary 110010 1110110 10010001 1000010 10011 0 101011 11000101 110001 100110

Color Harmonies of #327691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327691

Black with #327691

Text Example


Text Example

White with #327691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327691; }

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

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

background-color css

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

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

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

border-color css

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

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

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