#31758D

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

Shades of Astral #31758D

Tints of Astral #31758D

Color information

#31758D (or 0x31758D) is unknown color: approx Astral. HEX triplet: 31, 75 and 8D. RGB value is (49,117,141). Sum of RGB (Red+Green+Blue) = 49+117+141=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #31758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31758D is #CE8A72. Grayscale: #636363. Windows color (decimal): -13535859 or 9270577. OLE color: 9270577.

HSL color Cylindrical-coordinate representation of color #31758D: hue angle of 195.65º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31758D is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49117141-
CMYK0.650.1700.45
HSL195.65º48.42%37.25%-
HSV(B)195.65º65.25%55.29%-
XYZ12.4415.327.5-
YUV99.4151.4792.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=15.96%
G=38.11%
B=45.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491171410.650.1700.45195.6548.4237.25
Hex31758D411102Dc43025
Octal61165215101210553046045
Binary110001111010110001101100000110001010110111000100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31758D; }

 p { color: rgb(49,117,141); }

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

<style>
 a { background-color: #31758D; }

 a { background-color: rgb(49,117,141); }

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

<style>
 span { border-color: #31758D; }

 span { border-color: rgb(49,117,141); }

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