#317A8B

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

Shades of Astral #317A8B

Tints of Astral #317A8B

Color information

#317A8B (or 0x317A8B) is unknown color: approx Astral. HEX triplet: 31, 7A and 8B. RGB value is (49,122,139). Sum of RGB (Red+Green+Blue) = 49+122+139=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #317A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8B is #CE8574. Grayscale: #656565. Windows color (decimal): -13534581 or 9140785. OLE color: 9140785.

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

Color convert

RGB49122139-
CMYK0.650.1200.45
HSL191.33º47.87%36.86%-
HSV(B)191.33º64.75%54.51%-
XYZ12.8916.4426.92-
YUV102.11148.8290.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=15.81%
G=39.35%
B=44.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491221390.650.1200.45191.3347.8736.86
Hex317A8B41C02Dbf3025
Octal61172213101140552776045
Binary11000111110101000101110000011100010110110111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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