#44A0B8

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

Shades of Boston Blue #44A0B8

Tints of Boston Blue #44A0B8

Color information

#44A0B8 (or 0x44A0B8) is unknown color: approx Boston Blue. HEX triplet: 44, A0 and B8. RGB value is (68,160,184). Sum of RGB (Red+Green+Blue) = 68+160+184=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #44A0B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A0B8 is #BB5F47. Grayscale: #878787. Windows color (decimal): -12279624 or 12099652. OLE color: 12099652.

HSL color Cylindrical-coordinate representation of color #44A0B8: hue angle of 192.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44A0B8 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB68160184-
CMYK0.630.1300.28
HSL192.41º46.03%49.41%-
HSV(B)192.41º63.04%72.16%-
XYZ23.6129.8349.86-
YUV135.23155.5280.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.50%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 184 (72.27% from 255) = 44.66%
R=16.50%
G=38.83%
B=44.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681601840.630.1300.28192.4146.0349.41
Hex44A0B83FD01Cc02e31
Octal10424027077150343005661
Binary10001001010000010111000111111110101110011000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,184); }

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

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

 a { background-color: rgb(68,160,184); }

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

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

 span { border-color: rgb(68,160,184); }

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