#317286

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

Shades of Astral #317286

Tints of Astral #317286

Color information

#317286 (or 0x317286) is unknown color: approx Astral. HEX triplet: 31, 72 and 86. RGB value is (49,114,134). Sum of RGB (Red+Green+Blue) = 49+114+134=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #317286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317286 is #CE8D79. Grayscale: #606060. Windows color (decimal): -13536634 or 8811057. OLE color: 8811057.

HSL color Cylindrical-coordinate representation of color #317286: hue angle of 194.12º 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 #317286 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49114134-
CMYK0.630.1500.47
HSL194.12º46.45%35.88%-
HSV(B)194.12º63.43%52.55%-
XYZ11.5914.4124.72-
YUV96.84148.9793.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=16.50%
G=38.38%
B=45.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491141340.630.1500.47194.1246.4535.88
Hex3172863FF02Fc22e24
Octal6116220677170573025644
Binary1100011110010100001101111111111010111111000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317286; }

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

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

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

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

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

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

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

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