#40A2AB

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

Shades of Boston Blue #40A2AB

Tints of Boston Blue #40A2AB

Color information

#40A2AB (or 0x40A2AB) is unknown color: approx Boston Blue. HEX triplet: 40, A2 and AB. RGB value is (64,162,171). Sum of RGB (Red+Green+Blue) = 64+162+171=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #40A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A2AB is #BF5D54. Grayscale: #858585. Windows color (decimal): -12541269 or 11248192. OLE color: 11248192.

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

Color convert

RGB64162171-
CMYK0.630.0500.33
HSL185.05º45.53%46.08%-
HSV(B)185.05º62.57%67.06%-
XYZ22.3929.8743.11-
YUV133.72149.0378.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.12%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=16.12%
G=40.81%
B=43.07%

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
Decimal641621710.630.0500.33185.0545.5346.08
Hex40A2AB3F5021b92e2e
Octal1002422537750412715656
Binary10000001010001010101011111111101010000110111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A2AB; }

 p { color: rgb(64,162,171); }

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

<style>
 a { background-color: #40A2AB; }

 a { background-color: rgb(64,162,171); }

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

<style>
 span { border-color: #40A2AB; }

 span { border-color: rgb(64,162,171); }

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