#31658C

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

Shades of Astral #31658C

Tints of Astral #31658C

Color information

#31658C (or 0x31658C) is unknown color: approx Astral. HEX triplet: 31, 65 and 8C. RGB value is (49,101,140). Sum of RGB (Red+Green+Blue) = 49+101+140=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #31658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31658C is #CE9A73. Grayscale: #595959. Windows color (decimal): -13539956 or 9200945. OLE color: 9200945.

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

Color convert

RGB49101140-
CMYK0.650.2800.45
HSL205.71º48.15%37.06%-
HSV(B)205.71º65%54.9%-
XYZ10.6511.8526.54-
YUV89.9156.2798.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=16.90%
G=34.83%
B=48.28%

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
Decimal491011400.650.2800.45205.7148.1537.06
Hex31658C411C02Dce3025
Octal61145214101340553166045
Binary110001110010110001100100000111100010110111001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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