Html Css Color HEX #3986AC Boston Blue

📋 copy color: '#3986AC'

red 57 ◦ green 134 ◦ blue 172

#3986AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #3986AC

Tints of Boston Blue #3986AC

RGB

 RED value IS 57 (22.66% from 255) = 15.7%

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 15.7%
G = 36.91%
B = 47.38%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3986AC (or 0x3986AC) is known color: Boston Blue. HEX triplet: 39, 86 and AC. RGB value is (57,134,172). Sum of RGB (Red+Green+Blue) = 57+134+172=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #3986AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3986AC is #C67953. Grayscale: #737373. Windows color (decimal): -13007188 or 11306553. OLE color: 11306553.

HSL color Cylindrical-coordinate representation of color #3986AC: hue angle of 199.83º 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 #3986AC is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 134 172 -
CMYK 0.67 0.22 0 0.33
HSL 199.83º 0.5% 0.45% -
HSV(B) 199.83º 0.67% 0.67% -
XYZ 17.66 20.9 42.13 -
YUV 115.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 57 134 172 0.67 0.22 0 0.33 199.83 0.5 0.45
Hex 39 86 AC 43 16 0 21 C8 32 2D
Octal 71 206 254 103 26 0 41 310 62 55
Binary 111001 10000110 10101100 1000011 10110 0 100001 11001000 110010 101101

Color Harmonies of #3986AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3986AC

Black with #3986AC

Text Example


Text Example

White with #3986AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3986AC; }

 p { color: rgb(57,134,172); }

 H1.HeaderClassName
 {
   color: #3986AC;
 }
 .AnyTagClassName
 {
   color: #3986AC;
 }
</style>

background-color css

<style>
 a { background-color: #3986AC; }

 a { background-color: rgb(57,134,172); }

 div.DivClassName
 {
   background-color: #3986AC;
 }
 .BgClassName
 {
   background-color: #3986AC;
 }
</style>

border-color css

<style>
 span { border-color: #3986AC; }

 span { border-color: rgb(57,134,172); }

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