Html Css Color HEX #327794 Astral

📋 copy color: '#327794'

red 50 ◦ green 119 ◦ blue 148

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

Shades of Astral #327794

Tints of Astral #327794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 15.77%
G = 37.54%
B = 46.69%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327794 (or 0x327794) is known color: Astral. HEX triplet: 32, 77 and 94. RGB value is (50,119,148). Sum of RGB (Red+Green+Blue) = 50+119+148=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #327794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327794 is #CD886B. Grayscale: #656565. Windows color (decimal): -13469804 or 9729842. OLE color: 9729842.

HSL color Cylindrical-coordinate representation of color #327794: hue angle of 197.76º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327794 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 119 148 -
CMYK 0.66 0.20 0 0.42
HSL 197.76º 0.49% 0.39% -
HSV(B) 197.76º 0.66% 0.58% -
XYZ 13.26 16.01 30.41 -
YUV 101.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 50 119 148 0.66 0.20 0 0.42 197.76 0.49 0.39
Hex 32 77 94 42 14 0 2A C6 31 27
Octal 62 167 224 102 24 0 52 306 61 47
Binary 110010 1110111 10010100 1000010 10100 0 101010 11000110 110001 100111

Color Harmonies of #327794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327794

Black with #327794

Text Example


Text Example

White with #327794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327794; }

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

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

background-color css

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

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

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

border-color css

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

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

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