#3A87A6

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

Shades of Boston Blue #3A87A6

Tints of Boston Blue #3A87A6

Color information

#3A87A6 (or 0x3A87A6) is unknown color: approx Boston Blue. HEX triplet: 3A, 87 and A6. RGB value is (58,135,166). Sum of RGB (Red+Green+Blue) = 58+135+166=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A87A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A87A6 is #C57859. Grayscale: #737373. Windows color (decimal): -12941402 or 10913594. OLE color: 10913594.

HSL color Cylindrical-coordinate representation of color #3A87A6: hue angle of 197.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A87A6 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58135166-
CMYK0.650.1900.35
HSL197.22º48.21%43.92%-
HSV(B)197.22º65.06%65.1%-
XYZ17.2920.9839.21-
YUV115.51156.4986.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.16%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=16.16%
G=37.60%
B=46.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581351660.650.1900.35197.2248.2143.92
Hex3A87A64113023c5302c
Octal72207246101230433056054
Binary1110101000011110100110100000110011010001111000101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A87A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,135,166); }

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

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

 a { background-color: rgb(58,135,166); }

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

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

 span { border-color: rgb(58,135,166); }

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