#3985AB

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

Shades of Boston Blue #3985AB

Tints of Boston Blue #3985AB

Color information

#3985AB (or 0x3985AB) is unknown color: approx Boston Blue. HEX triplet: 39, 85 and AB. RGB value is (57,133,171). Sum of RGB (Red+Green+Blue) = 57+133+171=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #3985AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3985AB is #C67A54. Grayscale: #727272. Windows color (decimal): -13007445 or 11240761. OLE color: 11240761.

HSL color Cylindrical-coordinate representation of color #3985AB: hue angle of 200º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3985AB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57133171-
CMYK0.670.2200.33
HSL200º50%44.71%-
HSV(B)200º66.67%67.06%-
XYZ17.4320.5941.58-
YUV114.61159.8286.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=15.79%
G=36.84%
B=47.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571331710.670.2200.332005044.71
Hex3985AB4316021c8322d
Octal71205253103260413106255
Binary1110011000010110101011100001110110010000111001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3985AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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