#316F92

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

Shades of Astral #316F92

Tints of Astral #316F92

Color information

#316F92 (or 0x316F92) is unknown color: approx Astral. HEX triplet: 31, 6F and 92. RGB value is (49,111,146). Sum of RGB (Red+Green+Blue) = 49+111+146=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #316F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F92 is #CE906D. Grayscale: #606060. Windows color (decimal): -13537390 or 9596721. OLE color: 9596721.

HSL color Cylindrical-coordinate representation of color #316F92: hue angle of 201.65º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316F92 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49111146-
CMYK0.660.2400.43
HSL201.65º49.74%38.24%-
HSV(B)201.65º66.44%57.25%-
XYZ12.1414.129.28-
YUV96.45155.9694.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=16.01%
G=36.27%
B=47.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491111460.660.2400.43201.6549.7438.24
Hex316F92421802Bca3226
Octal61157222102300533126246
Binary110001110111110010010100001011000010101111001010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316F92; }

 p { color: rgb(49,111,146); }

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

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

 a { background-color: rgb(49,111,146); }

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

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

 span { border-color: rgb(49,111,146); }

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