#44A2AE

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

Shades of Boston Blue #44A2AE

Tints of Boston Blue #44A2AE

Color information

#44A2AE (or 0x44A2AE) is unknown color: approx Boston Blue. HEX triplet: 44, A2 and AE. RGB value is (68,162,174). Sum of RGB (Red+Green+Blue) = 68+162+174=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #44A2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A2AE is #BB5D51. Grayscale: #878787. Windows color (decimal): -12279122 or 11444804. OLE color: 11444804.

HSL color Cylindrical-coordinate representation of color #44A2AE: hue angle of 186.79º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44A2AE is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68162174-
CMYK0.610.0700.32
HSL186.79º43.8%47.45%-
HSV(B)186.79º60.92%68.24%-
XYZ22.9430.1344.65-
YUV135.26149.8680.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.83%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=16.83%
G=40.10%
B=43.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681621740.610.0700.32186.7943.847.45
Hex44A2AE3D7020bb2c2f
Octal1042422567570402735457
Binary10001001010001010101110111101111010000010111011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A2AE; }

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

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

<style>
 a { background-color: #44A2AE; }

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

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

<style>
 span { border-color: #44A2AE; }

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

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