#316C82

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

Shades of Astral #316C82

Tints of Astral #316C82

Color information

#316C82 (or 0x316C82) is unknown color: approx Astral. HEX triplet: 31, 6C and 82. RGB value is (49,108,130). Sum of RGB (Red+Green+Blue) = 49+108+130=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #316C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C82 is #CE937D. Grayscale: #5C5C5C. Windows color (decimal): -13538174 or 8547377. OLE color: 8547377.

HSL color Cylindrical-coordinate representation of color #316C82: hue angle of 196.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316C82 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49108130-
CMYK0.620.1700.49
HSL196.3º45.25%35.1%-
HSV(B)196.3º62.31%50.98%-
XYZ10.6612.9923.06-
YUV92.87148.9596.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=17.07%
G=37.63%
B=45.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491081300.620.1700.49196.345.2535.1
Hex316C823E11031c42d23
Octal6115420276210613045543
Binary11000111011001000001011111010001011000111000100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,130); }

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

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

 a { background-color: rgb(49,108,130); }

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

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

 span { border-color: rgb(49,108,130); }

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