#3F99BF

Color #3F99BF Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #3F99BF

Tints of Boston Blue #3F99BF

Color information

#3F99BF (or 0x3F99BF) is unknown color: approx Boston Blue. HEX triplet: 3F, 99 and BF. RGB value is (63,153,191). Sum of RGB (Red+Green+Blue) = 63+153+191=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F99BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99BF is #C06640. Grayscale: #828282. Windows color (decimal): -12609089 or 12556607. OLE color: 12556607.

HSL color Cylindrical-coordinate representation of color #3F99BF: hue angle of 197.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F99BF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63153191-
CMYK0.670.2000.25
HSL197.81º50.39%49.8%-
HSV(B)197.81º67.02%74.9%-
XYZ22.8527.653.41-
YUV130.42162.1879.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.48%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 191 (75% from 255) = 46.93%
R=15.48%
G=37.59%
B=46.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631531910.670.2000.25197.8150.3949.8
Hex3F99BF4314019c63232
Octal77231277103240313066262
Binary111111100110011011111110000111010001100111000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,153,191); }

 H1.HeaderClassName
 {
   color: #3F99BF;
 }
 .AnyTagClassName
 {
   color: #3F99BF;
 }
</style>
background-color css

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

 a { background-color: rgb(63,153,191); }

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

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

 span { border-color: rgb(63,153,191); }

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