#3FA5AB

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

Shades of Boston Blue #3FA5AB

Tints of Boston Blue #3FA5AB

Color information

#3FA5AB (or 0x3FA5AB) is unknown color: approx Boston Blue. HEX triplet: 3F, A5 and AB. RGB value is (63,165,171). Sum of RGB (Red+Green+Blue) = 63+165+171=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #3FA5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA5AB is #C05A54. Grayscale: #878787. Windows color (decimal): -12606037 or 11248959. OLE color: 11248959.

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

Color convert

RGB63165171-
CMYK0.630.0400.33
HSL183.33º46.15%45.88%-
HSV(B)183.33º63.16%67.06%-
XYZ22.8630.9143.29-
YUV135.19148.2176.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.79%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=15.79%
G=41.35%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631651710.630.0400.33183.3346.1545.88
Hex3FA5AB3F4021b72e2e
Octal772452537740412675656
Binary1111111010010110101011111111100010000110110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,171); }

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

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

 a { background-color: rgb(63,165,171); }

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

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

 span { border-color: rgb(63,165,171); }

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