Html Css Color HEX #327094 Astral

📋 copy color: '#327094'

red 50 ◦ green 112 ◦ blue 148

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

Shades of Astral #327094

Tints of Astral #327094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 16.13%
G = 36.13%
B = 47.74%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327094 (or 0x327094) is known color: Astral. HEX triplet: 32, 70 and 94. RGB value is (50,112,148). Sum of RGB (Red+Green+Blue) = 50+112+148=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #327094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327094 is #CD8F6B. Grayscale: #616161. Windows color (decimal): -13471596 or 9728050. OLE color: 9728050.

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

Color convert

RGB 50 112 148 -
CMYK 0.66 0.24 0 0.42
HSL 202.04º 0.49% 0.39% -
HSV(B) 202.04º 0.66% 0.58% -
XYZ 12.45 14.4 30.14 -
YUV 97.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 50 112 148 0.66 0.24 0 0.42 202.04 0.49 0.39
Hex 32 70 94 42 18 0 2A CA 31 27
Octal 62 160 224 102 30 0 52 312 61 47
Binary 110010 1110000 10010100 1000010 11000 0 101010 11001010 110001 100111

Color Harmonies of #327094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327094

Black with #327094

Text Example


Text Example

White with #327094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327094; }

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

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

background-color css

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

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

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

border-color css

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

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

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