#327E90

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

Shades of Astral #327E90

Tints of Astral #327E90

Color information

#327E90 (or 0x327E90) is unknown color: approx Astral. HEX triplet: 32, 7E and 90. RGB value is (50,126,144). Sum of RGB (Red+Green+Blue) = 50+126+144=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #327E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E90 is #CD816F. Grayscale: #696969. Windows color (decimal): -13468016 or 9469490. OLE color: 9469490.

HSL color Cylindrical-coordinate representation of color #327E90: hue angle of 191.49º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327E90 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50126144-
CMYK0.650.1200.44
HSL191.49º48.45%38.04%-
HSV(B)191.49º65.28%56.47%-
XYZ13.8117.6129.06-
YUV105.33149.8288.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 144 (56.64% from 255) = 45%
R=15.62%
G=39.38%
B=45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501261440.650.1200.44191.4948.4538.04
Hex327E9041C02Cbf3026
Octal62176220101140542776046
Binary11001011111101001000010000011100010110010111111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327E90; }

 p { color: rgb(50,126,144); }

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

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

 a { background-color: rgb(50,126,144); }

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

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

 span { border-color: rgb(50,126,144); }

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