Html Css Color HEX #327793 Astral

📋 copy color: '#327793'

red 50 ◦ green 119 ◦ blue 147

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

Shades of Astral #327793

Tints of Astral #327793

RGB

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

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

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

R = 15.82%
G = 37.66%
B = 46.52%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327793 (or 0x327793) is known color: Astral. HEX triplet: 32, 77 and 93. RGB value is (50,119,147). Sum of RGB (Red+Green+Blue) = 50+119+147=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #327793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327793 is #CD886C. Grayscale: #656565. Windows color (decimal): -13469805 or 9664306. OLE color: 9664306.

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

Color convert

RGB 50 119 147 -
CMYK 0.66 0.19 0 0.42
HSL 197.32º 0.49% 0.39% -
HSV(B) 197.32º 0.66% 0.58% -
XYZ 13.18 15.98 29.99 -
YUV 101.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 50 119 147 0.66 0.19 0 0.42 197.32 0.49 0.39
Hex 32 77 93 42 13 0 2A C5 31 27
Octal 62 167 223 102 23 0 52 305 61 47
Binary 110010 1110111 10010011 1000010 10011 0 101010 11000101 110001 100111

Color Harmonies of #327793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327793

Black with #327793

Text Example


Text Example

White with #327793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327793; }

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

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

background-color css

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

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

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

border-color css

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

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

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