Html Css Color HEX #3985AA Boston Blue

📋 copy color: '#3985AA'

red 57 ◦ green 133 ◦ blue 170

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

Shades of Boston Blue #3985AA

Tints of Boston Blue #3985AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 15.83%
G = 36.94%
B = 47.22%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3985AA (or 0x3985AA) is known color: Boston Blue. HEX triplet: 39, 85 and AA. RGB value is (57,133,170). Sum of RGB (Red+Green+Blue) = 57+133+170=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #3985AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3985AA is #C67A55. Grayscale: #727272. Windows color (decimal): -13007446 or 11175225. OLE color: 11175225.

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

Color convert

RGB 57 133 170 -
CMYK 0.66 0.22 0 0.33
HSL 199.65º 0.5% 0.45% -
HSV(B) 199.65º 0.66% 0.67% -
XYZ 17.33 20.55 41.08 -
YUV 114.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 57 133 170 0.66 0.22 0 0.33 199.65 0.5 0.45
Hex 39 85 AA 42 16 0 21 C8 32 2D
Octal 71 205 252 102 26 0 41 310 62 55
Binary 111001 10000101 10101010 1000010 10110 0 100001 11001000 110010 101101

Color Harmonies of #3985AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3985AA

Black with #3985AA

Text Example


Text Example

White with #3985AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3985AA;
 }
 .AnyTagClassName
 {
   color: #3985AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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