Html Css Color HEX #3F86AC Boston Blue

📋 copy color: '#3F86AC'

red 63 ◦ green 134 ◦ blue 172

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

Shades of Boston Blue #3F86AC

Tints of Boston Blue #3F86AC

RGB

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

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

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

R = 17.07%
G = 36.31%
B = 46.61%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F86AC (or 0x3F86AC) is known color: Boston Blue. HEX triplet: 3F, 86 and AC. RGB value is (63,134,172). Sum of RGB (Red+Green+Blue) = 63+134+172=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F86AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F86AC is #C07953. Grayscale: #747474. Windows color (decimal): -12613972 or 11306559. OLE color: 11306559.

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

Color convert

RGB 63 134 172 -
CMYK 0.63 0.22 0 0.33
HSL 200.92º 0.46% 0.46% -
HSV(B) 200.92º 0.63% 0.67% -
XYZ 18.02 21.09 42.15 -
YUV 117.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 63 134 172 0.63 0.22 0 0.33 200.92 0.46 0.46
Hex 3F 86 AC 3F 16 0 21 C9 2E 2E
Octal 77 206 254 77 26 0 41 311 56 56
Binary 111111 10000110 10101100 111111 10110 0 100001 11001001 101110 101110

Color Harmonies of #3F86AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F86AC

Black with #3F86AC

Text Example


Text Example

White with #3F86AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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