#3A678D

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

Shades of Astral #3A678D

Tints of Astral #3A678D

Color information

#3A678D (or 0x3A678D) is unknown color: approx Astral. HEX triplet: 3A, 67 and 8D. RGB value is (58,103,141). Sum of RGB (Red+Green+Blue) = 58+103+141=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A678D is #C59872. Grayscale: #5D5D5D. Windows color (decimal): -12949619 or 9267002. OLE color: 9267002.

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

Color convert

RGB58103141-
CMYK0.590.2700.45
HSL207.47º41.71%39.02%-
HSV(B)207.47º58.87%55.29%-
XYZ11.412.5227.02-
YUV93.88154.59102.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.21%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=19.21%
G=34.11%
B=46.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581031410.590.2700.45207.4741.7139.02
Hex3A678D3B1B02Dcf2a27
Octal7214721573330553175247
Binary11101011001111000110111101111011010110111001111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,141); }

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

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

 a { background-color: rgb(58,103,141); }

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

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

 span { border-color: rgb(58,103,141); }

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