Html Css Color HEX #327796 Astral

📋 copy color: '#327796'

red 50 ◦ green 119 ◦ blue 150

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

Shades of Astral #327796

Tints of Astral #327796

RGB

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

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

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

R = 15.67%
G = 37.3%
B = 47.02%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327796 (or 0x327796) is known color: Astral. HEX triplet: 32, 77 and 96. RGB value is (50,119,150). Sum of RGB (Red+Green+Blue) = 50+119+150=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #327796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327796 is #CD8869. Grayscale: #656565. Windows color (decimal): -13469802 or 9860914. OLE color: 9860914.

HSL color Cylindrical-coordinate representation of color #327796: hue angle of 198.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 #327796 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 119 150 -
CMYK 0.67 0.21 0 0.41
HSL 198.6º 0.5% 0.39% -
HSV(B) 198.6º 0.67% 0.59% -
XYZ 13.42 16.07 31.25 -
YUV 101.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 50 119 150 0.67 0.21 0 0.41 198.6 0.5 0.39
Hex 32 77 96 43 15 0 29 C7 32 27
Octal 62 167 226 103 25 0 51 307 62 47
Binary 110010 1110111 10010110 1000011 10101 0 101001 11000111 110010 100111

Color Harmonies of #327796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327796

Black with #327796

Text Example


Text Example

White with #327796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327796; }

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

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

background-color css

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

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

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

border-color css

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

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

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