#31758A

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

Shades of Astral #31758A

Tints of Astral #31758A

Color information

#31758A (or 0x31758A) is unknown color: approx Astral. HEX triplet: 31, 75 and 8A. RGB value is (49,117,138). Sum of RGB (Red+Green+Blue) = 49+117+138=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #31758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31758A is #CE8A75. Grayscale: #626262. Windows color (decimal): -13535862 or 9073969. OLE color: 9073969.

HSL color Cylindrical-coordinate representation of color #31758A: hue angle of 194.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31758A is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49117138-
CMYK0.640.1500.46
HSL194.16º47.59%36.67%-
HSV(B)194.16º64.49%54.12%-
XYZ12.2215.2126.34-
YUV99.06149.9792.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=16.12%
G=38.49%
B=45.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491171380.640.1500.46194.1647.5936.67
Hex31758A40F02Ec23025
Octal61165212100170563026045
Binary11000111101011000101010000001111010111011000010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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