#3A688F

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

Shades of Astral #3A688F

Tints of Astral #3A688F

Color information

#3A688F (or 0x3A688F) is unknown color: approx Astral. HEX triplet: 3A, 68 and 8F. RGB value is (58,104,143). Sum of RGB (Red+Green+Blue) = 58+104+143=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A688F is #C59770. Grayscale: #5E5E5E. Windows color (decimal): -12949361 or 9398330. OLE color: 9398330.

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

Color convert

RGB58104143-
CMYK0.590.2700.44
HSL207.53º42.29%39.41%-
HSV(B)207.53º59.44%56.08%-
XYZ11.6512.7827.84-
YUV94.69155.26101.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=19.02%
G=34.10%
B=46.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581041430.590.2700.44207.5342.2939.41
Hex3A688F3B1B02Cd02a27
Octal7215021773330543205247
Binary11101011010001000111111101111011010110011010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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