Html Css Color HEX #3985AB Boston Blue

📋 copy color: '#3985AB'

red 57 ◦ green 133 ◦ blue 171

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

Shades of Boston Blue #3985AB

Tints of Boston Blue #3985AB

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 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

#3985AB (or 0x3985AB) is known color: 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

RGB 57 133 171 -
CMYK 0.67 0.22 0 0.33
HSL 200º 0.5% 0.45% -
HSV(B) 200º 0.67% 0.67% -
XYZ 17.43 20.59 41.58 -
YUV 114.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 57 133 171 0.67 0.22 0 0.33 200 0.5 0.45
Hex 39 85 AB 43 16 0 21 C8 32 2D
Octal 71 205 253 103 26 0 41 310 62 55
Binary 111001 10000101 10101011 1000011 10110 0 100001 11001000 110010 101101

Color Harmonies of #3985AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3985AB

Black with #3985AB

Text Example


Text Example

White with #3985AB

Text Example


Text Example

HTML Codes & Css Web 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>