#44A3AF

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

Shades of Boston Blue #44A3AF

Tints of Boston Blue #44A3AF

Color information

#44A3AF (or 0x44A3AF) is unknown color: approx Boston Blue. HEX triplet: 44, A3 and AF. RGB value is (68,163,175). Sum of RGB (Red+Green+Blue) = 68+163+175=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #44A3AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A3AF is #BB5C50. Grayscale: #878787. Windows color (decimal): -12278865 or 11510596. OLE color: 11510596.

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

Color convert

RGB68163175-
CMYK0.610.0700.31
HSL186.73º44.03%47.65%-
HSV(B)186.73º61.14%68.63%-
XYZ23.2230.5245.22-
YUV135.96150.0379.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.75%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=16.75%
G=40.15%
B=43.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681631750.610.0700.31186.7344.0347.65
Hex44A3AF3D701Fbb2c30
Octal1042432577570372735460
Binary1000100101000111010111111110111101111110111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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