#40A2AF

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

Shades of Boston Blue #40A2AF

Tints of Boston Blue #40A2AF

Color information

#40A2AF (or 0x40A2AF) is unknown color: approx Boston Blue. HEX triplet: 40, A2 and AF. RGB value is (64,162,175). Sum of RGB (Red+Green+Blue) = 64+162+175=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #40A2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A2AF is #BF5D50. Grayscale: #868686. Windows color (decimal): -12541265 or 11510336. OLE color: 11510336.

HSL color Cylindrical-coordinate representation of color #40A2AF: hue angle of 187.03º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A2AF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64162175-
CMYK0.630.0700.31
HSL187.03º46.44%46.86%-
HSV(B)187.03º63.43%68.63%-
XYZ22.7730.0345.15-
YUV134.18151.0377.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=15.96%
G=40.40%
B=43.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641621750.630.0700.31187.0346.4446.86
Hex40A2AF3F701Fbb2e2f
Octal1002422577770372735657
Binary1000000101000101010111111111111101111110111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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