#3F9FAA

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

Shades of Boston Blue #3F9FAA

Tints of Boston Blue #3F9FAA

Color information

#3F9FAA (or 0x3F9FAA) is unknown color: approx Boston Blue. HEX triplet: 3F, 9F and AA. RGB value is (63,159,170). Sum of RGB (Red+Green+Blue) = 63+159+170=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9FAA is #C06055. Grayscale: #838383. Windows color (decimal): -12607574 or 11181887. OLE color: 11181887.

HSL color Cylindrical-coordinate representation of color #3F9FAA: hue angle of 186.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F9FAA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63159170-
CMYK0.630.0600.33
HSL186.17º45.92%45.69%-
HSV(B)186.17º62.94%66.67%-
XYZ21.728.7642.44-
YUV131.55149.779.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.07%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=16.07%
G=40.56%
B=43.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631591700.630.0600.33186.1745.9245.69
Hex3F9FAA3F6021ba2e2e
Octal772372527760412725656
Binary1111111001111110101010111111110010000110111010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,159,170); }

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

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

 a { background-color: rgb(63,159,170); }

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

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

 span { border-color: rgb(63,159,170); }

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