Html Css Color HEX #327896 Astral

📋 copy color: '#327896'

red 50 ◦ green 120 ◦ blue 150

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

Shades of Astral #327896

Tints of Astral #327896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 15.63%
G = 37.5%
B = 46.88%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327896 (or 0x327896) is known color: Astral. HEX triplet: 32, 78 and 96. RGB value is (50,120,150). Sum of RGB (Red+Green+Blue) = 50+120+150=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #327896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327896 is #CD8769. Grayscale: #666666. Windows color (decimal): -13469546 or 9861170. OLE color: 9861170.

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

Color convert

RGB 50 120 150 -
CMYK 0.67 0.20 0 0.41
HSL 198º 0.5% 0.39% -
HSV(B) 198º 0.67% 0.59% -
XYZ 13.54 16.31 31.29 -
YUV 102.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 50 120 150 0.67 0.20 0 0.41 198 0.5 0.39
Hex 32 78 96 43 14 0 29 C6 32 27
Octal 62 170 226 103 24 0 51 306 62 47
Binary 110010 1111000 10010110 1000011 10100 0 101001 11000110 110010 100111

Color Harmonies of #327896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327896

Black with #327896

Text Example


Text Example

White with #327896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327896; }

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

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

background-color css

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

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

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

border-color css

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

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

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