#3980A6

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

Shades of Boston Blue #3980A6

Tints of Boston Blue #3980A6

Color information

#3980A6 (or 0x3980A6) is unknown color: approx Boston Blue. HEX triplet: 39, 80 and A6. RGB value is (57,128,166). Sum of RGB (Red+Green+Blue) = 57+128+166=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 166 - color contains mainly: blue. Hex color #3980A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3980A6 is #C67F59. Grayscale: #6E6E6E. Windows color (decimal): -13008730 or 10911801. OLE color: 10911801.

HSL color Cylindrical-coordinate representation of color #3980A6: hue angle of 200.92º 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 #3980A6 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57128166-
CMYK0.660.2300.35
HSL200.92º48.88%43.73%-
HSV(B)200.92º65.66%65.1%-
XYZ16.2919.0638.9-
YUV111.1158.9889.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 166 (65.23% from 255) = 47.29%
R=16.24%
G=36.47%
B=47.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571281660.660.2300.35200.9248.8843.73
Hex3980A64217023c9312c
Octal71200246102270433116154
Binary1110011000000010100110100001010111010001111001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3980A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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