#3FA2AE

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

Shades of Boston Blue #3FA2AE

Tints of Boston Blue #3FA2AE

Color information

#3FA2AE (or 0x3FA2AE) is unknown color: approx Boston Blue. HEX triplet: 3F, A2 and AE. RGB value is (63,162,174). Sum of RGB (Red+Green+Blue) = 63+162+174=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA2AE is #C05D51. Grayscale: #858585. Windows color (decimal): -12606802 or 11444799. OLE color: 11444799.

HSL color Cylindrical-coordinate representation of color #3FA2AE: hue angle of 186.49º 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 #3FA2AE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63162174-
CMYK0.640.0700.32
HSL186.49º46.84%46.47%-
HSV(B)186.49º63.79%68.24%-
XYZ22.6129.9544.63-
YUV133.77150.777.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.79%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=15.79%
G=40.60%
B=43.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631621740.640.0700.32186.4946.8446.47
Hex3FA2AE407020ba2f2e
Octal7724225610070402725756
Binary11111110100010101011101000000111010000010111010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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