#327B8B

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

Shades of Astral #327B8B

Tints of Astral #327B8B

Color information

#327B8B (or 0x327B8B) is unknown color: approx Astral. HEX triplet: 32, 7B and 8B. RGB value is (50,123,139). Sum of RGB (Red+Green+Blue) = 50+123+139=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #327B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B8B is #CD8474. Grayscale: #666666. Windows color (decimal): -13468789 or 9141042. OLE color: 9141042.

HSL color Cylindrical-coordinate representation of color #327B8B: hue angle of 190.79º 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 #327B8B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50123139-
CMYK0.640.1200.45
HSL190.79º47.09%37.06%-
HSV(B)190.79º64.03%54.51%-
XYZ13.0616.7126.96-
YUV103148.3290.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=16.03%
G=39.42%
B=44.55%

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
Decimal501231390.640.1200.45190.7947.0937.06
Hex327B8B40C02Dbf2f25
Octal62173213100140552775745
Binary11001011110111000101110000001100010110110111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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