#317B8A

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

Shades of Astral #317B8A

Tints of Astral #317B8A

Color information

#317B8A (or 0x317B8A) is unknown color: approx Astral. HEX triplet: 31, 7B and 8A. RGB value is (49,123,138). Sum of RGB (Red+Green+Blue) = 49+123+138=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #317B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B8A is #CE8475. Grayscale: #666666. Windows color (decimal): -13534326 or 9075505. OLE color: 9075505.

HSL color Cylindrical-coordinate representation of color #317B8A: hue angle of 190.11º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317B8A is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49123138-
CMYK0.640.1100.46
HSL190.11º47.59%36.67%-
HSV(B)190.11º64.49%54.12%-
XYZ12.9416.6526.58-
YUV102.58147.9889.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=15.81%
G=39.68%
B=44.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491231380.640.1100.46190.1147.5936.67
Hex317B8A40B02Ebe3025
Octal61173212100130562766045
Binary11000111110111000101010000001011010111010111110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,123,138); }

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

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

 a { background-color: rgb(49,123,138); }

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

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

 span { border-color: rgb(49,123,138); }

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