#317386

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

Shades of Astral #317386

Tints of Astral #317386

Color information

#317386 (or 0x317386) is unknown color: approx Astral. HEX triplet: 31, 73 and 86. RGB value is (49,115,134). Sum of RGB (Red+Green+Blue) = 49+115+134=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #317386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317386 is #CE8C79. Grayscale: #616161. Windows color (decimal): -13536378 or 8811313. OLE color: 8811313.

HSL color Cylindrical-coordinate representation of color #317386: hue angle of 193.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317386 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49115134-
CMYK0.630.1400.47
HSL193.41º46.45%35.88%-
HSV(B)193.41º63.43%52.55%-
XYZ11.714.6424.76-
YUV97.43148.6393.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=16.44%
G=38.59%
B=44.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491151340.630.1400.47193.4146.4535.88
Hex3173863FE02Fc12e24
Octal6116320677160573015644
Binary1100011110011100001101111111110010111111000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317386; }

 p { color: rgb(49,115,134); }

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

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

 a { background-color: rgb(49,115,134); }

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

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

 span { border-color: rgb(49,115,134); }

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