#327387

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

Shades of Astral #327387

Tints of Astral #327387

Color information

#327387 (or 0x327387) is unknown color: approx Astral. HEX triplet: 32, 73 and 87. RGB value is (50,115,135). Sum of RGB (Red+Green+Blue) = 50+115+135=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #327387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327387 is #CD8C78. Grayscale: #616161. Windows color (decimal): -13470841 or 8876850. OLE color: 8876850.

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

Color convert

RGB50115135-
CMYK0.630.1500.47
HSL194.12º45.95%36.27%-
HSV(B)194.12º62.96%52.94%-
XYZ11.8214.6925.13-
YUV97.84148.9793.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 135 (53.12% from 255) = 45%
R=16.67%
G=38.33%
B=45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501151350.630.1500.47194.1245.9536.27
Hex3273873FF02Fc22e24
Octal6216320777170573025644
Binary1100101110011100001111111111111010111111000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327387; }

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

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

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

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

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

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

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

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