#3F8CAA

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

Shades of Boston Blue #3F8CAA

Tints of Boston Blue #3F8CAA

Color information

#3F8CAA (or 0x3F8CAA) is unknown color: approx Boston Blue. HEX triplet: 3F, 8C and AA. RGB value is (63,140,170). Sum of RGB (Red+Green+Blue) = 63+140+170=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8CAA is #C07355. Grayscale: #787878. Windows color (decimal): -12612438 or 11177023. OLE color: 11177023.

HSL color Cylindrical-coordinate representation of color #3F8CAA: hue angle of 196.82º 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 #3F8CAA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63140170-
CMYK0.630.1800.33
HSL196.82º45.92%45.69%-
HSV(B)196.82º62.94%66.67%-
XYZ18.6822.7241.43-
YUV120.4155.9987.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.89%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=16.89%
G=37.53%
B=45.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631401700.630.1800.33196.8245.9245.69
Hex3F8CAA3F12021c52e2e
Octal7721425277220413055656
Binary111111100011001010101011111110010010000111000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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