#3A6D8B

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

Shades of Astral #3A6D8B

Tints of Astral #3A6D8B

Color information

#3A6D8B (or 0x3A6D8B) is unknown color: approx Astral. HEX triplet: 3A, 6D and 8B. RGB value is (58,109,139). Sum of RGB (Red+Green+Blue) = 58+109+139=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A6D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6D8B is #C59274. Grayscale: #616161. Windows color (decimal): -12948085 or 9137466. OLE color: 9137466.

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

Color convert

RGB58109139-
CMYK0.580.2200.45
HSL202.22º41.12%38.63%-
HSV(B)202.22º58.27%54.51%-
XYZ11.8713.726.44-
YUV97.17151.6100.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=18.95%
G=35.62%
B=45.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581091390.580.2200.45202.2241.1238.63
Hex3A6D8B3A1602Dca2927
Octal7215521372260553125147
Binary11101011011011000101111101010110010110111001010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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