#3985A6

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

Shades of Boston Blue #3985A6

Tints of Boston Blue #3985A6

Color information

#3985A6 (or 0x3985A6) is unknown color: approx Boston Blue. HEX triplet: 39, 85 and A6. RGB value is (57,133,166). Sum of RGB (Red+Green+Blue) = 57+133+166=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #3985A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3985A6 is #C67A59. Grayscale: #717171. Windows color (decimal): -13007450 or 10913081. OLE color: 10913081.

HSL color Cylindrical-coordinate representation of color #3985A6: hue angle of 198.17º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3985A6 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57133166-
CMYK0.660.2000.35
HSL198.17º48.88%43.73%-
HSV(B)198.17º65.66%65.1%-
XYZ16.9620.439.12-
YUV114.04157.3287.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=16.01%
G=37.36%
B=46.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571331660.660.2000.35198.1748.8843.73
Hex3985A64214023c6312c
Octal71205246102240433066154
Binary1110011000010110100110100001010100010001111000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3985A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3985A6; }

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

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

<style>
 a { background-color: #3985A6; }

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

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

<style>
 span { border-color: #3985A6; }

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

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