Html Css Color HEX #40A2AD Boston Blue

📋 copy color: '#40A2AD'

red 64 ◦ green 162 ◦ blue 173

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

Shades of Boston Blue #40A2AD

Tints of Boston Blue #40A2AD

RGB

 RED value IS 64 (25.39% from 255) = 16.04%

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 16.04%
G = 40.6%
B = 43.36%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#40A2AD (or 0x40A2AD) is known color: Boston Blue. HEX triplet: 40, A2 and AD. RGB value is (64,162,173). Sum of RGB (Red+Green+Blue) = 64+162+173=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #40A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A2AD is #BF5D52. Grayscale: #858585. Windows color (decimal): -12541267 or 11379264. OLE color: 11379264.

HSL color Cylindrical-coordinate representation of color #40A2AD: hue angle of 186.06º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A2AD is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 162 173 -
CMYK 0.63 0.06 0 0.32
HSL 186.06º 0.46% 0.46% -
HSV(B) 186.06º 0.63% 0.68% -
XYZ 22.58 29.95 44.13 -
YUV 133.95 150.03 78.11 -
System Red Green Blue C M Y K H S L
Decimal 64 162 173 0.63 0.06 0 0.32 186.06 0.46 0.46
Hex 40 A2 AD 3F 6 0 20 BA 2E 2E
Octal 100 242 255 77 6 0 40 272 56 56
Binary 1000000 10100010 10101101 111111 110 0 100000 10111010 101110 101110

Color Harmonies of #40A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A2AD

Black with #40A2AD

Text Example


Text Example

White with #40A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A2AD; }

 p { color: rgb(64,162,173); }

 H1.HeaderClassName
 {
   color: #40A2AD;
 }
 .AnyTagClassName
 {
   color: #40A2AD;
 }
</style>

background-color css

<style>
 a { background-color: #40A2AD; }

 a { background-color: rgb(64,162,173); }

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

border-color css

<style>
 span { border-color: #40A2AD; }

 span { border-color: rgb(64,162,173); }

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