Html Css Color HEX #3F8FAD Boston Blue

📋 copy color: '#3F8FAD'

red 63 ◦ green 143 ◦ blue 173

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

Shades of Boston Blue #3F8FAD

Tints of Boston Blue #3F8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 16.62%
G = 37.73%
B = 45.65%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F8FAD (or 0x3F8FAD) is known color: Boston Blue. HEX triplet: 3F, 8F and AD. RGB value is (63,143,173). Sum of RGB (Red+Green+Blue) = 63+143+173=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F8FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8FAD is #C07052. Grayscale: #7A7A7A. Windows color (decimal): -12611667 or 11374399. OLE color: 11374399.

HSL color Cylindrical-coordinate representation of color #3F8FAD: hue angle of 196.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F8FAD is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 143 173 -
CMYK 0.64 0.17 0 0.32
HSL 196.36º 0.47% 0.46% -
HSV(B) 196.36º 0.64% 0.68% -
XYZ 19.42 23.72 43.09 -
YUV 122.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 63 143 173 0.64 0.17 0 0.32 196.36 0.47 0.46
Hex 3F 8F AD 40 11 0 20 C4 2F 2E
Octal 77 217 255 100 21 0 40 304 57 56
Binary 111111 10001111 10101101 1000000 10001 0 100000 11000100 101111 101110

Color Harmonies of #3F8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8FAD

Black with #3F8FAD

Text Example


Text Example

White with #3F8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,143,173); }

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

background-color css

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

 a { background-color: rgb(63,143,173); }

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

border-color css

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

 span { border-color: rgb(63,143,173); }

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