#327A8B

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

Shades of Astral #327A8B

Tints of Astral #327A8B

Color information

#327A8B (or 0x327A8B) is unknown color: approx Astral. HEX triplet: 32, 7A and 8B. RGB value is (50,122,139). Sum of RGB (Red+Green+Blue) = 50+122+139=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #327A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A8B is #CD8574. Grayscale: #666666. Windows color (decimal): -13469045 or 9140786. OLE color: 9140786.

HSL color Cylindrical-coordinate representation of color #327A8B: hue angle of 191.46º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327A8B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50122139-
CMYK0.640.1200.45
HSL191.46º47.09%37.06%-
HSV(B)191.46º64.03%54.51%-
XYZ12.9416.4626.92-
YUV102.41148.6590.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=16.08%
G=39.23%
B=44.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501221390.640.1200.45191.4647.0937.06
Hex327A8B40C02Dbf2f25
Octal62172213100140552775745
Binary11001011110101000101110000001100010110110111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,139); }

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

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

 a { background-color: rgb(50,122,139); }

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

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

 span { border-color: rgb(50,122,139); }

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