Html Css Color HEX #44A2AB Boston Blue

📋 copy color: '#44A2AB'

red 68 ◦ green 162 ◦ blue 171

#44A2AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #44A2AB

Tints of Boston Blue #44A2AB

RGB

 RED value IS 68 (26.95% from 255) = 16.96%

 GREEN value IS 162 (63.67% from 255) = 40.4%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 16.96%
G = 40.4%
B = 42.64%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#44A2AB (or 0x44A2AB) is known color: Boston Blue. HEX triplet: 44, A2 and AB. RGB value is (68,162,171). Sum of RGB (Red+Green+Blue) = 68+162+171=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #44A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A2AB is #BB5D54. Grayscale: #868686. Windows color (decimal): -12279125 or 11248196. OLE color: 11248196.

HSL color Cylindrical-coordinate representation of color #44A2AB: hue angle of 185.24º 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 #44A2AB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 162 171 -
CMYK 0.60 0.05 0 0.33
HSL 185.24º 0.43% 0.47% -
HSV(B) 185.24º 0.6% 0.67% -
XYZ 22.65 30.01 43.13 -
YUV 134.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 68 162 171 0.60 0.05 0 0.33 185.24 0.43 0.47
Hex 44 A2 AB 3C 5 0 21 B9 2B 2F
Octal 104 242 253 74 5 0 41 271 53 57
Binary 1000100 10100010 10101011 111100 101 0 100001 10111001 101011 101111

Color Harmonies of #44A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A2AB

Black with #44A2AB

Text Example


Text Example

White with #44A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44A2AB;
 }
 .AnyTagClassName
 {
   color: #44A2AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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