#3A85A6

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

Shades of Boston Blue #3A85A6

Tints of Boston Blue #3A85A6

Color information

#3A85A6 (or 0x3A85A6) is unknown color: approx Boston Blue. HEX triplet: 3A, 85 and A6. RGB value is (58,133,166). Sum of RGB (Red+Green+Blue) = 58+133+166=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A85A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A85A6 is #C57A59. Grayscale: #727272. Windows color (decimal): -12941914 or 10913082. OLE color: 10913082.

HSL color Cylindrical-coordinate representation of color #3A85A6: hue angle of 198.33º 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 #3A85A6 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58133166-
CMYK0.650.2000.35
HSL198.33º48.21%43.92%-
HSV(B)198.33º65.06%65.1%-
XYZ17.0220.4339.12-
YUV114.34157.1587.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=16.25%
G=37.25%
B=46.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581331660.650.2000.35198.3348.2143.92
Hex3A85A64114023c6302c
Octal72205246101240433066054
Binary1110101000010110100110100000110100010001111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A85A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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