#317C96

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

Shades of Astral #317C96

Tints of Astral #317C96

Color information

#317C96 (or 0x317C96) is unknown color: approx Astral. HEX triplet: 31, 7C and 96. RGB value is (49,124,150). Sum of RGB (Red+Green+Blue) = 49+124+150=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #317C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C96 is #CE8369. Grayscale: #686868. Windows color (decimal): -13534058 or 9862193. OLE color: 9862193.

HSL color Cylindrical-coordinate representation of color #317C96: hue angle of 195.45º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317C96 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49124150-
CMYK0.670.1700.41
HSL195.45º50.75%39.02%-
HSV(B)195.45º67.33%58.82%-
XYZ13.9817.2731.45-
YUV104.54153.6588.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=15.17%
G=38.39%
B=46.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491241500.670.1700.41195.4550.7539.02
Hex317C964311029c33327
Octal61174226103210513036347
Binary110001111110010010110100001110001010100111000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,150); }

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

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

 a { background-color: rgb(49,124,150); }

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

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

 span { border-color: rgb(49,124,150); }

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