Html Css Color HEX #408AAB Boston Blue

📋 copy color: '#408AAB'

red 64 ◦ green 138 ◦ blue 171

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

Shades of Boston Blue #408AAB

Tints of Boston Blue #408AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

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

R = 17.16%
G = 37%
B = 45.84%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408AAB (or 0x408AAB) is known color: Boston Blue. HEX triplet: 40, 8A and AB. RGB value is (64,138,171). Sum of RGB (Red+Green+Blue) = 64+138+171=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #408AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408AAB is #BF7554. Grayscale: #777777. Windows color (decimal): -12547413 or 11242048. OLE color: 11242048.

HSL color Cylindrical-coordinate representation of color #408AAB: hue angle of 198.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408AAB is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 138 171 -
CMYK 0.63 0.19 0 0.33
HSL 198.5º 0.46% 0.46% -
HSV(B) 198.5º 0.63% 0.67% -
XYZ 18.55 22.21 41.84 -
YUV 119.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 64 138 171 0.63 0.19 0 0.33 198.5 0.46 0.46
Hex 40 8A AB 3F 13 0 21 C7 2E 2E
Octal 100 212 253 77 23 0 41 307 56 56
Binary 1000000 10001010 10101011 111111 10011 0 100001 11000111 101110 101110

Color Harmonies of #408AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408AAB

Black with #408AAB

Text Example


Text Example

White with #408AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408AAB; }

 p { color: rgb(64,138,171); }

 H1.HeaderClassName
 {
   color: #408AAB;
 }
 .AnyTagClassName
 {
   color: #408AAB;
 }
</style>

background-color css

<style>
 a { background-color: #408AAB; }

 a { background-color: rgb(64,138,171); }

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

border-color css

<style>
 span { border-color: #408AAB; }

 span { border-color: rgb(64,138,171); }

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