Html Css Color HEX #3F8DAF Boston Blue

📋 copy color: '#3F8DAF'

red 63 ◦ green 141 ◦ blue 175

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

Shades of Boston Blue #3F8DAF

Tints of Boston Blue #3F8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 16.62%
G = 37.2%
B = 46.17%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F8DAF (or 0x3F8DAF) is known color: Boston Blue. HEX triplet: 3F, 8D and AF. RGB value is (63,141,175). Sum of RGB (Red+Green+Blue) = 63+141+175=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F8DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8DAF is #C07250. Grayscale: #797979. Windows color (decimal): -12612177 or 11504959. OLE color: 11504959.

HSL color Cylindrical-coordinate representation of color #3F8DAF: hue angle of 198.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F8DAF is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 141 175 -
CMYK 0.64 0.19 0 0.31
HSL 198.21º 0.47% 0.47% -
HSV(B) 198.21º 0.64% 0.69% -
XYZ 19.31 23.2 44.02 -
YUV 121.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 63 141 175 0.64 0.19 0 0.31 198.21 0.47 0.47
Hex 3F 8D AF 40 13 0 1F C6 2F 2F
Octal 77 215 257 100 23 0 37 306 57 57
Binary 111111 10001101 10101111 1000000 10011 0 11111 11000110 101111 101111

Color Harmonies of #3F8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8DAF

Black with #3F8DAF

Text Example


Text Example

White with #3F8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,141,175); }

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

background-color css

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

 a { background-color: rgb(63,141,175); }

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

border-color css

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

 span { border-color: rgb(63,141,175); }

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