Html Css Color HEX #327795 Astral

📋 copy color: '#327795'

red 50 ◦ green 119 ◦ blue 149

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

Shades of Astral #327795

Tints of Astral #327795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 15.72%
G = 37.42%
B = 46.86%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327795 (or 0x327795) is known color: Astral. HEX triplet: 32, 77 and 95. RGB value is (50,119,149). Sum of RGB (Red+Green+Blue) = 50+119+149=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #327795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327795 is #CD886A. Grayscale: #656565. Windows color (decimal): -13469803 or 9795378. OLE color: 9795378.

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

Color convert

RGB 50 119 149 -
CMYK 0.66 0.20 0 0.42
HSL 198.18º 0.5% 0.39% -
HSV(B) 198.18º 0.66% 0.58% -
XYZ 13.34 16.04 30.83 -
YUV 101.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 50 119 149 0.66 0.20 0 0.42 198.18 0.5 0.39
Hex 32 77 95 42 14 0 2A C6 32 27
Octal 62 167 225 102 24 0 52 306 62 47
Binary 110010 1110111 10010101 1000010 10100 0 101010 11000110 110010 100111

Color Harmonies of #327795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327795

Black with #327795

Text Example


Text Example

White with #327795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327795; }

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

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

background-color css

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

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

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

border-color css

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

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

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