Html Css Color HEX #408FAB Boston Blue

📋 copy color: '#408FAB'

red 64 ◦ green 143 ◦ blue 171

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

Shades of Boston Blue #408FAB

Tints of Boston Blue #408FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 16.93%
G = 37.83%
B = 45.24%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408FAB (or 0x408FAB) is known color: Boston Blue. HEX triplet: 40, 8F and AB. RGB value is (64,143,171). Sum of RGB (Red+Green+Blue) = 64+143+171=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #408FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FAB is #BF7054. Grayscale: #7A7A7A. Windows color (decimal): -12546133 or 11243328. OLE color: 11243328.

HSL color Cylindrical-coordinate representation of color #408FAB: hue angle of 195.7º 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 #408FAB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 143 171 -
CMYK 0.63 0.16 0 0.33
HSL 195.7º 0.46% 0.46% -
HSV(B) 195.7º 0.63% 0.67% -
XYZ 19.29 23.68 42.08 -
YUV 122.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 64 143 171 0.63 0.16 0 0.33 195.7 0.46 0.46
Hex 40 8F AB 3F 10 0 21 C4 2E 2E
Octal 100 217 253 77 20 0 41 304 56 56
Binary 1000000 10001111 10101011 111111 10000 0 100001 11000100 101110 101110

Color Harmonies of #408FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FAB

Black with #408FAB

Text Example


Text Example

White with #408FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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