Html Css Color HEX #3F87AA Boston Blue

📋 copy color: '#3F87AA'

red 63 ◦ green 135 ◦ blue 170

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

Shades of Boston Blue #3F87AA

Tints of Boston Blue #3F87AA

RGB

 RED value IS 63 (25% from 255) = 17.12%

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 17.12%
G = 36.68%
B = 46.2%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F87AA (or 0x3F87AA) is known color: Boston Blue. HEX triplet: 3F, 87 and AA. RGB value is (63,135,170). Sum of RGB (Red+Green+Blue) = 63+135+170=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F87AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F87AA is #C07855. Grayscale: #757575. Windows color (decimal): -12613718 or 11175743. OLE color: 11175743.

HSL color Cylindrical-coordinate representation of color #3F87AA: hue angle of 199.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F87AA is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 135 170 -
CMYK 0.63 0.21 0 0.33
HSL 199.63º 0.46% 0.46% -
HSV(B) 199.63º 0.63% 0.67% -
XYZ 17.97 21.29 41.19 -
YUV 117.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 63 135 170 0.63 0.21 0 0.33 199.63 0.46 0.46
Hex 3F 87 AA 3F 15 0 21 C8 2E 2E
Octal 77 207 252 77 25 0 41 310 56 56
Binary 111111 10000111 10101010 111111 10101 0 100001 11001000 101110 101110

Color Harmonies of #3F87AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F87AA

Black with #3F87AA

Text Example


Text Example

White with #3F87AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F87AA; }

 p { color: rgb(63,135,170); }

 H1.HeaderClassName
 {
   color: #3F87AA;
 }
 .AnyTagClassName
 {
   color: #3F87AA;
 }
</style>

background-color css

<style>
 a { background-color: #3F87AA; }

 a { background-color: rgb(63,135,170); }

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

border-color css

<style>
 span { border-color: #3F87AA; }

 span { border-color: rgb(63,135,170); }

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