#317B96

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

Shades of Astral #317B96

Tints of Astral #317B96

Color information

#317B96 (or 0x317B96) is unknown color: approx Astral. HEX triplet: 31, 7B and 96. RGB value is (49,123,150). Sum of RGB (Red+Green+Blue) = 49+123+150=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #317B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B96 is #CE8469. Grayscale: #676767. Windows color (decimal): -13534314 or 9861937. OLE color: 9861937.

HSL color Cylindrical-coordinate representation of color #317B96: hue angle of 196.04º 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 #317B96 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49123150-
CMYK0.670.1800.41
HSL196.04º50.75%39.02%-
HSV(B)196.04º67.33%58.82%-
XYZ13.8517.0231.41-
YUV103.95153.9888.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=15.22%
G=38.20%
B=46.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491231500.670.1800.41196.0450.7539.02
Hex317B964312029c43327
Octal61173226103220513046347
Binary110001111101110010110100001110010010100111000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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