#408CA3

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

Shades of Boston Blue #408CA3

Tints of Boston Blue #408CA3

Color information

#408CA3 (or 0x408CA3) is unknown color: approx Boston Blue. HEX triplet: 40, 8C and A3. RGB value is (64,140,163). Sum of RGB (Red+Green+Blue) = 64+140+163=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #408CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408CA3 is #BF735C. Grayscale: #777777. Windows color (decimal): -12546909 or 10718272. OLE color: 10718272.

HSL color Cylindrical-coordinate representation of color #408CA3: hue angle of 193.94º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #408CA3 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64140163-
CMYK0.610.1400.36
HSL193.94º43.61%44.51%-
HSV(B)193.94º60.74%63.92%-
XYZ18.122.4938.04-
YUV119.9152.3288.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=17.44%
G=38.15%
B=44.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641401630.610.1400.36193.9443.6144.51
Hex408CA33DE024c22c2d
Octal10021424375160443025455
Binary100000010001100101000111111011110010010011000010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,140,163); }

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

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

 a { background-color: rgb(64,140,163); }

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

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

 span { border-color: rgb(64,140,163); }

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