#3FA2AA

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

Shades of Boston Blue #3FA2AA

Tints of Boston Blue #3FA2AA

Color information

#3FA2AA (or 0x3FA2AA) is unknown color: approx Boston Blue. HEX triplet: 3F, A2 and AA. RGB value is (63,162,170). Sum of RGB (Red+Green+Blue) = 63+162+170=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #3FA2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA2AA is #C05D55. Grayscale: #858585. Windows color (decimal): -12606806 or 11182655. OLE color: 11182655.

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

Color convert

RGB63162170-
CMYK0.630.0500.33
HSL184.49º45.92%45.69%-
HSV(B)184.49º62.94%66.67%-
XYZ22.2329.842.61-
YUV133.31148.777.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=15.95%
G=41.01%
B=43.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631621700.630.0500.33184.4945.9245.69
Hex3FA2AA3F5021b82e2e
Octal772422527750412705656
Binary1111111010001010101010111111101010000110111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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