#44A3AA

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

Shades of Boston Blue #44A3AA

Tints of Boston Blue #44A3AA

Color information

#44A3AA (or 0x44A3AA) is unknown color: approx Boston Blue. HEX triplet: 44, A3 and AA. RGB value is (68,163,170). Sum of RGB (Red+Green+Blue) = 68+163+170=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #44A3AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A3AA is #BB5C55. Grayscale: #878787. Windows color (decimal): -12278870 or 11182916. OLE color: 11182916.

HSL color Cylindrical-coordinate representation of color #44A3AA: hue angle of 184.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A3AA is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68163170-
CMYK0.60.0400.33
HSL184.12º42.86%46.67%-
HSV(B)184.12º60%66.67%-
XYZ22.7430.3342.69-
YUV135.39147.5379.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.96%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=16.96%
G=40.65%
B=42.39%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681631700.60.0400.33184.1242.8646.67
Hex44A3AA3C4021b82b2f
Octal1042432527440412705357
Binary10001001010001110101010111100100010000110111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,163,170); }

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

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

 a { background-color: rgb(68,163,170); }

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

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

 span { border-color: rgb(68,163,170); }

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