#327C98

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

Shades of Astral #327C98

Tints of Astral #327C98

Color information

#327C98 (or 0x327C98) is unknown color: approx Astral. HEX triplet: 32, 7C and 98. RGB value is (50,124,152). Sum of RGB (Red+Green+Blue) = 50+124+152=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #327C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C98 is #CD8367. Grayscale: #686868. Windows color (decimal): -13468520 or 9993266. OLE color: 9993266.

HSL color Cylindrical-coordinate representation of color #327C98: hue angle of 196.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327C98 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50124152-
CMYK0.670.1800.40
HSL196.47º50.5%39.61%-
HSV(B)196.47º67.11%59.61%-
XYZ14.1917.3632.31-
YUV105.07154.4888.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=15.34%
G=38.04%
B=46.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501241520.670.1800.40196.4750.539.61
Hex327C984312028c43228
Octal62174230103220503046250
Binary110010111110010011000100001110010010100011000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,152); }

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

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

 a { background-color: rgb(50,124,152); }

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

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

 span { border-color: rgb(50,124,152); }

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