#3f94b5

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

Shades of Boston Blue #3F94B5

Tints of Boston Blue #3F94B5

Color information

#3F94B5 (or 0x3F94B5) is unknown color: approx Boston Blue. HEX triplet: 3F, 94 and B5. RGB value is (63,148,181). Sum of RGB (Red+Green+Blue) = 63+148+181=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F94B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94B5 is #C06B4A. Grayscale: #7E7E7E. Windows color (decimal): -12610379 or 11899967. OLE color: 11899967.

HSL color Cylindrical-coordinate representation of color #3F94B5: hue angle of 196.78º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F94B5 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB63148181-
CMYK0.650.1800.29
HSL196.78º48.36%47.84%-
HSV(B)196.78º65.19%70.98%-
XYZ20.9825.5747.55-
YUV126.35158.8482.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.07%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=16.07%
G=37.76%
B=46.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631481810.650.1800.29196.7848.3647.84
Hex3F94B5411201Dc53030
Octal77224265101220353056060
Binary111111100101001011010110000011001001110111000101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f94b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,148,181); }

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

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

 a { background-color: rgb(63,148,181); }

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

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

 span { border-color: rgb(63,148,181); }

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