#317A8E

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

Shades of Astral #317A8E

Tints of Astral #317A8E

Color information

#317A8E (or 0x317A8E) is unknown color: approx Astral. HEX triplet: 31, 7A and 8E. RGB value is (49,122,142). Sum of RGB (Red+Green+Blue) = 49+122+142=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #317A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8E is #CE8571. Grayscale: #666666. Windows color (decimal): -13534578 or 9337393. OLE color: 9337393.

HSL color Cylindrical-coordinate representation of color #317A8E: hue angle of 192.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317A8E is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49122142-
CMYK0.650.1400.44
HSL192.9º48.69%37.45%-
HSV(B)192.9º65.49%55.69%-
XYZ13.1116.5328.09-
YUV102.45150.3289.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=15.65%
G=38.98%
B=45.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491221420.650.1400.44192.948.6937.45
Hex317A8E41E02Cc13125
Octal61172216101160543016145
Binary11000111110101000111010000011110010110011000001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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