#408BB1

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

Shades of Boston Blue #408BB1

Tints of Boston Blue #408BB1

Color information

#408BB1 (or 0x408BB1) is unknown color: approx Boston Blue. HEX triplet: 40, 8B and B1. RGB value is (64,139,177). Sum of RGB (Red+Green+Blue) = 64+139+177=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #408BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BB1 is #BF744E. Grayscale: #787878. Windows color (decimal): -12547151 or 11635520. OLE color: 11635520.

HSL color Cylindrical-coordinate representation of color #408BB1: hue angle of 200.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #408BB1 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64139177-
CMYK0.640.2100.31
HSL200.18º46.89%47.25%-
HSV(B)200.18º63.84%69.41%-
XYZ19.2822.7344.97-
YUV120.91159.6587.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=16.84%
G=36.58%
B=46.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641391770.640.2100.31200.1846.8947.25
Hex408BB1401501Fc82f2f
Octal100213261100250373105757
Binary1000000100010111011000110000001010101111111001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,139,177); }

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

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

 a { background-color: rgb(64,139,177); }

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

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

 span { border-color: rgb(64,139,177); }

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