#327A88

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

Shades of Astral #327A88

Tints of Astral #327A88

Color information

#327A88 (or 0x327A88) is unknown color: approx Astral. HEX triplet: 32, 7A and 88. RGB value is (50,122,136). Sum of RGB (Red+Green+Blue) = 50+122+136=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #327A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A88 is #CD8577. Grayscale: #656565. Windows color (decimal): -13469048 or 8944178. OLE color: 8944178.

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

Color convert

RGB50122136-
CMYK0.630.1000.47
HSL189.77º46.24%36.47%-
HSV(B)189.77º63.24%53.33%-
XYZ12.7216.3725.78-
YUV102.07147.1590.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=16.23%
G=39.61%
B=44.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501221360.630.1000.47189.7746.2436.47
Hex327A883FA02Fbe2e24
Octal6217221077120572765644
Binary1100101111010100010001111111010010111110111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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