Html Css Color HEX #3F97BB Boston Blue

📋 copy color: '#3F97BB'

red 63 ◦ green 151 ◦ blue 187

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

Shades of Boston Blue #3F97BB

Tints of Boston Blue #3F97BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 15.71%
G = 37.66%
B = 46.63%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F97BB (or 0x3F97BB) is known color: Boston Blue. HEX triplet: 3F, 97 and BB. RGB value is (63,151,187). Sum of RGB (Red+Green+Blue) = 63+151+187=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F97BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F97BB is #C06844. Grayscale: #808080. Windows color (decimal): -12609605 or 12293951. OLE color: 12293951.

HSL color Cylindrical-coordinate representation of color #3F97BB: hue angle of 197.42º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F97BB is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 151 187 -
CMYK 0.66 0.19 0 0.27
HSL 197.42º 0.5% 0.49% -
HSV(B) 197.42º 0.66% 0.73% -
XYZ 22.09 26.78 51.02 -
YUV 128.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 63 151 187 0.66 0.19 0 0.27 197.42 0.5 0.49
Hex 3F 97 BB 42 13 0 1B C5 32 31
Octal 77 227 273 102 23 0 33 305 62 61
Binary 111111 10010111 10111011 1000010 10011 0 11011 11000101 110010 110001

Color Harmonies of #3F97BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F97BB

Black with #3F97BB

Text Example


Text Example

White with #3F97BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,151,187); }

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

background-color css

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

 a { background-color: rgb(63,151,187); }

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

border-color css

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

 span { border-color: rgb(63,151,187); }

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