#3A6B81

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

Shades of Astral #3A6B81

Tints of Astral #3A6B81

Color information

#3A6B81 (or 0x3A6B81) is unknown color: approx Astral. HEX triplet: 3A, 6B and 81. RGB value is (58,107,129). Sum of RGB (Red+Green+Blue) = 58+107+129=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A6B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6B81 is #C5947E. Grayscale: #5E5E5E. Windows color (decimal): -12948607 or 8481594. OLE color: 8481594.

HSL color Cylindrical-coordinate representation of color #3A6B81: hue angle of 198.59º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6B81 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB58107129-
CMYK0.550.1700.49
HSL198.59º37.97%36.67%-
HSV(B)198.59º55.04%50.59%-
XYZ10.971322.7-
YUV94.86147.27101.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=19.73%
G=36.39%
B=43.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581071290.550.1700.49198.5937.9736.67
Hex3A6B813711031c72625
Octal7215320167210613074645
Binary11101011010111000000111011110001011000111000111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,129); }

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

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

 a { background-color: rgb(58,107,129); }

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

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

 span { border-color: rgb(58,107,129); }

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