#3F8EAE

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

Shades of Boston Blue #3F8EAE

Tints of Boston Blue #3F8EAE

Color information

#3F8EAE (or 0x3F8EAE) is unknown color: approx Boston Blue. HEX triplet: 3F, 8E and AE. RGB value is (63,142,174). Sum of RGB (Red+Green+Blue) = 63+142+174=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F8EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8EAE is #C07151. Grayscale: #797979. Windows color (decimal): -12611922 or 11439679. OLE color: 11439679.

HSL color Cylindrical-coordinate representation of color #3F8EAE: hue angle of 197.3º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F8EAE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63142174-
CMYK0.640.1800.32
HSL197.3º46.84%46.47%-
HSV(B)197.3º63.79%68.24%-
XYZ19.3623.4643.55-
YUV122.03157.3385.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=16.62%
G=37.47%
B=45.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631421740.640.1800.32197.346.8446.47
Hex3F8EAE4012020c52f2e
Octal77216256100220403055756
Binary1111111000111010101110100000010010010000011000101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,174); }

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

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

 a { background-color: rgb(63,142,174); }

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

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

 span { border-color: rgb(63,142,174); }

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