Html Css Color HEX #327C96 Astral

📋 copy color: '#327C96'

red 50 ◦ green 124 ◦ blue 150

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

Shades of Astral #327C96

Tints of Astral #327C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 15.43%
G = 38.27%
B = 46.3%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327C96 (or 0x327C96) is known color: Astral. HEX triplet: 32, 7C and 96. RGB value is (50,124,150). Sum of RGB (Red+Green+Blue) = 50+124+150=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #327C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C96 is #CD8369. Grayscale: #686868. Windows color (decimal): -13468522 or 9862194. OLE color: 9862194.

HSL color Cylindrical-coordinate representation of color #327C96: hue angle of 195.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327C96 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 124 150 -
CMYK 0.67 0.17 0 0.41
HSL 195.6º 0.5% 0.39% -
HSV(B) 195.6º 0.67% 0.59% -
XYZ 14.03 17.3 31.45 -
YUV 104.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 50 124 150 0.67 0.17 0 0.41 195.6 0.5 0.39
Hex 32 7C 96 43 11 0 29 C4 32 27
Octal 62 174 226 103 21 0 51 304 62 47
Binary 110010 1111100 10010110 1000011 10001 0 101001 11000100 110010 100111

Color Harmonies of #327C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C96

Black with #327C96

Text Example


Text Example

White with #327C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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