Html Css Color HEX #327193 Astral

📋 copy color: '#327193'

red 50 ◦ green 113 ◦ blue 147

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

Shades of Astral #327193

Tints of Astral #327193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 16.13%
G = 36.45%
B = 47.42%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327193 (or 0x327193) is known color: Astral. HEX triplet: 32, 71 and 93. RGB value is (50,113,147). Sum of RGB (Red+Green+Blue) = 50+113+147=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #327193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327193 is #CD8E6C. Grayscale: #616161. Windows color (decimal): -13471341 or 9662770. OLE color: 9662770.

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

Color convert

RGB 50 113 147 -
CMYK 0.66 0.23 0 0.42
HSL 201.03º 0.49% 0.39% -
HSV(B) 201.03º 0.66% 0.58% -
XYZ 12.49 14.59 29.76 -
YUV 98.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 50 113 147 0.66 0.23 0 0.42 201.03 0.49 0.39
Hex 32 71 93 42 17 0 2A C9 31 27
Octal 62 161 223 102 27 0 52 311 61 47
Binary 110010 1110001 10010011 1000010 10111 0 101010 11001001 110001 100111

Color Harmonies of #327193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327193

Black with #327193

Text Example


Text Example

White with #327193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327193; }

 p { color: rgb(50,113,147); }

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

background-color css

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

 a { background-color: rgb(50,113,147); }

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

border-color css

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

 span { border-color: rgb(50,113,147); }

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