Html Css Color HEX #327C93 Astral

📋 copy color: '#327C93'

red 50 ◦ green 124 ◦ blue 147

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

Shades of Astral #327C93

Tints of Astral #327C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.63%

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

R = 15.58%
G = 38.63%
B = 45.79%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327C93 (or 0x327C93) is known color: Astral. HEX triplet: 32, 7C and 93. RGB value is (50,124,147). Sum of RGB (Red+Green+Blue) = 50+124+147=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #327C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C93 is #CD836C. Grayscale: #686868. Windows color (decimal): -13468525 or 9665586. OLE color: 9665586.

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

Color convert

RGB 50 124 147 -
CMYK 0.66 0.16 0 0.42
HSL 194.23º 0.49% 0.39% -
HSV(B) 194.23º 0.66% 0.58% -
XYZ 13.79 17.2 30.2 -
YUV 104.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 50 124 147 0.66 0.16 0 0.42 194.23 0.49 0.39
Hex 32 7C 93 42 10 0 2A C2 31 27
Octal 62 174 223 102 20 0 52 302 61 47
Binary 110010 1111100 10010011 1000010 10000 0 101010 11000010 110001 100111

Color Harmonies of #327C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C93

Black with #327C93

Text Example


Text Example

White with #327C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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