Html Css Color HEX #3F85AB Boston Blue

📋 copy color: '#3F85AB'

red 63 ◦ green 133 ◦ blue 171

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

Shades of Boston Blue #3F85AB

Tints of Boston Blue #3F85AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 17.17%
G = 36.24%
B = 46.59%

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

#3F85AB (or 0x3F85AB) is known color: Boston Blue. HEX triplet: 3F, 85 and AB. RGB value is (63,133,171). Sum of RGB (Red+Green+Blue) = 63+133+171=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F85AB is #C07A54. Grayscale: #747474. Windows color (decimal): -12614229 or 11240767. OLE color: 11240767.

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

Color convert

RGB 63 133 171 -
CMYK 0.63 0.22 0 0.33
HSL 201.11º 0.46% 0.46% -
HSV(B) 201.11º 0.63% 0.67% -
XYZ 17.79 20.77 41.6 -
YUV 116.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 63 133 171 0.63 0.22 0 0.33 201.11 0.46 0.46
Hex 3F 85 AB 3F 16 0 21 C9 2E 2E
Octal 77 205 253 77 26 0 41 311 56 56
Binary 111111 10000101 10101011 111111 10110 0 100001 11001001 101110 101110

Color Harmonies of #3F85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F85AB

Black with #3F85AB

Text Example


Text Example

White with #3F85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,171); }

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

background-color css

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

 a { background-color: rgb(63,133,171); }

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

border-color css

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

 span { border-color: rgb(63,133,171); }

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