#3A668D

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

Shades of Astral #3A668D

Tints of Astral #3A668D

Color information

#3A668D (or 0x3A668D) is unknown color: approx Astral. HEX triplet: 3A, 66 and 8D. RGB value is (58,102,141). Sum of RGB (Red+Green+Blue) = 58+102+141=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A668D is #C59972. Grayscale: #5D5D5D. Windows color (decimal): -12949875 or 9266746. OLE color: 9266746.

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

Color convert

RGB58102141-
CMYK0.590.2800.45
HSL208.19º41.71%39.02%-
HSV(B)208.19º58.87%55.29%-
XYZ11.312.3326.98-
YUV93.29154.92102.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 141 (55.47% from 255) = 46.84%
R=19.27%
G=33.89%
B=46.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581021410.590.2800.45208.1941.7139.02
Hex3A668D3B1C02Dd02a27
Octal7214621573340553205247
Binary11101011001101000110111101111100010110111010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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