#327988

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

Shades of Astral #327988

Tints of Astral #327988

Color information

#327988 (or 0x327988) is unknown color: approx Astral. HEX triplet: 32, 79 and 88. RGB value is (50,121,136). Sum of RGB (Red+Green+Blue) = 50+121+136=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #327988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327988 is #CD8677. Grayscale: #656565. Windows color (decimal): -13469304 or 8943922. OLE color: 8943922.

HSL color Cylindrical-coordinate representation of color #327988: hue angle of 190.47º 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 #327988 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50121136-
CMYK0.630.1100.47
HSL190.47º46.24%36.47%-
HSV(B)190.47º63.24%53.33%-
XYZ12.616.1325.74-
YUV101.48147.4891.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=16.29%
G=39.41%
B=44.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501211360.630.1100.47190.4746.2436.47
Hex3279883FB02Fbe2e24
Octal6217121077130572765644
Binary1100101111001100010001111111011010111110111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327988; }

 p { color: rgb(50,121,136); }

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

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

 a { background-color: rgb(50,121,136); }

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

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

 span { border-color: rgb(50,121,136); }

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