#317B94

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

Shades of Astral #317B94

Tints of Astral #317B94

Color information

#317B94 (or 0x317B94) is unknown color: approx Astral. HEX triplet: 31, 7B and 94. RGB value is (49,123,148). Sum of RGB (Red+Green+Blue) = 49+123+148=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #317B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B94 is #CE846B. Grayscale: #676767. Windows color (decimal): -13534316 or 9730865. OLE color: 9730865.

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

Color convert

RGB49123148-
CMYK0.670.1700.42
HSL195.15º50.25%38.63%-
HSV(B)195.15º66.89%58.04%-
XYZ13.6916.9630.57-
YUV103.72152.9888.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 148 (58.20% from 255) = 46.25%
R=15.31%
G=38.44%
B=46.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491231480.670.1700.42195.1550.2538.63
Hex317B94431102Ac33227
Octal61173224103210523036247
Binary110001111101110010100100001110001010101011000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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