#31658D

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

Shades of Astral #31658D

Tints of Astral #31658D

Color information

#31658D (or 0x31658D) is unknown color: approx Astral. HEX triplet: 31, 65 and 8D. RGB value is (49,101,141). Sum of RGB (Red+Green+Blue) = 49+101+141=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #31658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31658D is #CE9A72. Grayscale: #595959. Windows color (decimal): -13539955 or 9266481. OLE color: 9266481.

HSL color Cylindrical-coordinate representation of color #31658D: hue angle of 206.09º 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 #31658D is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49101141-
CMYK0.650.2800.45
HSL206.09º48.42%37.25%-
HSV(B)206.09º65.25%55.29%-
XYZ10.7311.8826.93-
YUV90.01156.7798.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=16.84%
G=34.71%
B=48.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491011410.650.2800.45206.0948.4237.25
Hex31658D411C02Dce3025
Octal61145215101340553166045
Binary110001110010110001101100000111100010110111001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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