#3A668B

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

Shades of Astral #3A668B

Tints of Astral #3A668B

Color information

#3A668B (or 0x3A668B) is unknown color: approx Astral. HEX triplet: 3A, 66 and 8B. RGB value is (58,102,139). Sum of RGB (Red+Green+Blue) = 58+102+139=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A668B is #C59974. Grayscale: #5C5C5C. Windows color (decimal): -12949877 or 9135674. OLE color: 9135674.

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

Color convert

RGB58102139-
CMYK0.580.2700.45
HSL207.41º41.12%38.63%-
HSV(B)207.41º58.27%54.51%-
XYZ11.1612.2726.21-
YUV93.06153.92102.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=19.40%
G=34.11%
B=46.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581021390.580.2700.45207.4141.1238.63
Hex3A668B3A1B02Dcf2927
Octal7214621372330553175147
Binary11101011001101000101111101011011010110111001111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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