#3A708E

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

Shades of Astral #3A708E

Tints of Astral #3A708E

Color information

#3A708E (or 0x3A708E) is unknown color: approx Astral. HEX triplet: 3A, 70 and 8E. RGB value is (58,112,142). Sum of RGB (Red+Green+Blue) = 58+112+142=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A708E is #C58F71. Grayscale: #636363. Windows color (decimal): -12947314 or 9334842. OLE color: 9334842.

HSL color Cylindrical-coordinate representation of color #3A708E: hue angle of 201.43º 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 #3A708E is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58112142-
CMYK0.590.2100.44
HSL201.43º42%39.22%-
HSV(B)201.43º59.15%55.69%-
XYZ12.4214.4427.72-
YUV99.27152.1198.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=18.59%
G=35.90%
B=45.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581121420.590.2100.44201.434239.22
Hex3A708E3B1502Cc92a27
Octal7216021673250543115247
Binary11101011100001000111011101110101010110011001001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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