#3A738F

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

Shades of Astral #3A738F

Tints of Astral #3A738F

Color information

#3A738F (or 0x3A738F) is unknown color: approx Astral. HEX triplet: 3A, 73 and 8F. RGB value is (58,115,143). Sum of RGB (Red+Green+Blue) = 58+115+143=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A738F is #C58C70. Grayscale: #646464. Windows color (decimal): -12946545 or 9401146. OLE color: 9401146.

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

Color convert

RGB58115143-
CMYK0.590.2000.44
HSL199.76º42.29%39.41%-
HSV(B)199.76º59.44%56.08%-
XYZ12.8315.1428.23-
YUV101.15151.6297.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=18.35%
G=36.39%
B=45.25%

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
Decimal581151430.590.2000.44199.7642.2939.41
Hex3A738F3B1402Cc82a27
Octal7216321773240543105247
Binary11101011100111000111111101110100010110011001000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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