#3F98BF

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

Shades of Boston Blue #3F98BF

Tints of Boston Blue #3F98BF

Color information

#3F98BF (or 0x3F98BF) is unknown color: approx Boston Blue. HEX triplet: 3F, 98 and BF. RGB value is (63,152,191). Sum of RGB (Red+Green+Blue) = 63+152+191=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F98BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F98BF is #C06740. Grayscale: #818181. Windows color (decimal): -12609345 or 12556351. OLE color: 12556351.

HSL color Cylindrical-coordinate representation of color #3F98BF: hue angle of 198.28º 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 #3F98BF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63152191-
CMYK0.670.2000.25
HSL198.28º50.39%49.8%-
HSV(B)198.28º67.02%74.9%-
XYZ22.6827.2753.36-
YUV129.83162.5180.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 47.04%
R=15.52%
G=37.44%
B=47.04%

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
Decimal631521910.670.2000.25198.2850.3949.8
Hex3F98BF4314019c63232
Octal77230277103240313066262
Binary111111100110001011111110000111010001100111000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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