#3A718E

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

Shades of Astral #3A718E

Tints of Astral #3A718E

Color information

#3A718E (or 0x3A718E) is unknown color: approx Astral. HEX triplet: 3A, 71 and 8E. RGB value is (58,113,142). Sum of RGB (Red+Green+Blue) = 58+113+142=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A718E is #C58E71. Grayscale: #636363. Windows color (decimal): -12947058 or 9335098. OLE color: 9335098.

HSL color Cylindrical-coordinate representation of color #3A718E: hue angle of 200.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A718E is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58113142-
CMYK0.590.2000.44
HSL200.71º42%39.22%-
HSV(B)200.71º59.15%55.69%-
XYZ12.5314.6627.76-
YUV99.86151.7898.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=18.53%
G=36.10%
B=45.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581131420.590.2000.44200.714239.22
Hex3A718E3B1402Cc92a27
Octal7216121673240543115247
Binary11101011100011000111011101110100010110011001001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A718E; }

 p { color: rgb(58,113,142); }

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

<style>
 a { background-color: #3A718E; }

 a { background-color: rgb(58,113,142); }

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

<style>
 span { border-color: #3A718E; }

 span { border-color: rgb(58,113,142); }

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