#327687

Color #327687 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #327687

Tints of Astral #327687

Color information

#327687 (or 0x327687) is unknown color: approx Astral. HEX triplet: 32, 76 and 87. RGB value is (50,118,135). Sum of RGB (Red+Green+Blue) = 50+118+135=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #327687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327687 is #CD8978. Grayscale: #636363. Windows color (decimal): -13470073 or 8877618. OLE color: 8877618.

HSL color Cylindrical-coordinate representation of color #327687: hue angle of 192º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327687 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50118135-
CMYK0.630.1300.47
HSL192º45.95%36.27%-
HSV(B)192º62.96%52.94%-
XYZ12.1715.3825.25-
YUV99.61147.9792.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=16.50%
G=38.94%
B=44.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501181350.630.1300.4719245.9536.27
Hex3276873FD02Fc02e24
Octal6216620777150573005644
Binary1100101110110100001111111111101010111111000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327687; }

 p { color: rgb(50,118,135); }

 H1.HeaderClassName
 {
   color: #327687;
 }
 .AnyTagClassName
 {
   color: #327687;
 }
</style>
background-color css

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

 a { background-color: rgb(50,118,135); }

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

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

 span { border-color: rgb(50,118,135); }

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