#327287

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

Shades of Astral #327287

Tints of Astral #327287

Color information

#327287 (or 0x327287) is unknown color: approx Astral. HEX triplet: 32, 72 and 87. RGB value is (50,114,135). Sum of RGB (Red+Green+Blue) = 50+114+135=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #327287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327287 is #CD8D78. Grayscale: #616161. Windows color (decimal): -13471097 or 8876594. OLE color: 8876594.

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

Color convert

RGB50114135-
CMYK0.630.1600.47
HSL194.82º45.95%36.27%-
HSV(B)194.82º62.96%52.94%-
XYZ11.7114.4625.1-
YUV97.26149.394.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=16.72%
G=38.13%
B=45.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501141350.630.1600.47194.8245.9536.27
Hex3272873F1002Fc32e24
Octal6216220777200573035644
Binary11001011100101000011111111110000010111111000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327287; }

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

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

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

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

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

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

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

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