#3A728F

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

Shades of Astral #3A728F

Tints of Astral #3A728F

Color information

#3A728F (or 0x3A728F) is unknown color: approx Astral. HEX triplet: 3A, 72 and 8F. RGB value is (58,114,143). Sum of RGB (Red+Green+Blue) = 58+114+143=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A728F is #C58D70. Grayscale: #646464. Windows color (decimal): -12946801 or 9400890. OLE color: 9400890.

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

Color convert

RGB58114143-
CMYK0.590.2000.44
HSL200.47º42.29%39.41%-
HSV(B)200.47º59.44%56.08%-
XYZ12.7214.9228.2-
YUV100.56151.9597.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=18.41%
G=36.19%
B=45.40%

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
Decimal581141430.590.2000.44200.4742.2939.41
Hex3A728F3B1402Cc82a27
Octal7216221773240543105247
Binary11101011100101000111111101110100010110011001000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,114,143); }

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

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

 a { background-color: rgb(58,114,143); }

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

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

 span { border-color: rgb(58,114,143); }

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