Html Css Color HEX #327391 Astral

📋 copy color: '#327391'

red 50 ◦ green 115 ◦ blue 145

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

Shades of Astral #327391

Tints of Astral #327391

RGB

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

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

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

R = 16.13%
G = 37.1%
B = 46.77%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327391 (or 0x327391) is known color: Astral. HEX triplet: 32, 73 and 91. RGB value is (50,115,145). Sum of RGB (Red+Green+Blue) = 50+115+145=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #327391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327391 is #CD8C6E. Grayscale: #626262. Windows color (decimal): -13470831 or 9532210. OLE color: 9532210.

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

Color convert

RGB 50 115 145 -
CMYK 0.66 0.21 0 0.43
HSL 198.95º 0.49% 0.38% -
HSV(B) 198.95º 0.66% 0.57% -
XYZ 12.56 14.98 29.02 -
YUV 98.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 50 115 145 0.66 0.21 0 0.43 198.95 0.49 0.38
Hex 32 73 91 42 15 0 2B C7 31 26
Octal 62 163 221 102 25 0 53 307 61 46
Binary 110010 1110011 10010001 1000010 10101 0 101011 11000111 110001 100110

Color Harmonies of #327391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327391

Black with #327391

Text Example


Text Example

White with #327391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327391; }

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

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

background-color css

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

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

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

border-color css

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

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

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