#317B8D

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

Shades of Astral #317B8D

Tints of Astral #317B8D

Color information

#317B8D (or 0x317B8D) is unknown color: approx Astral. HEX triplet: 31, 7B and 8D. RGB value is (49,123,141). Sum of RGB (Red+Green+Blue) = 49+123+141=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #317B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B8D is #CE8472. Grayscale: #666666. Windows color (decimal): -13534323 or 9272113. OLE color: 9272113.

HSL color Cylindrical-coordinate representation of color #317B8D: hue angle of 191.74º 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 #317B8D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49123141-
CMYK0.650.1300.45
HSL191.74º48.42%37.25%-
HSV(B)191.74º65.25%55.29%-
XYZ13.1616.7427.74-
YUV102.93149.4889.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=15.65%
G=39.30%
B=45.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491231410.650.1300.45191.7448.4237.25
Hex317B8D41D02Dc03025
Octal61173215101150553006045
Binary11000111110111000110110000011101010110111000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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