#388EA9

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

Shades of Boston Blue #388EA9

Tints of Boston Blue #388EA9

Color information

#388EA9 (or 0x388EA9) is unknown color: approx Boston Blue. HEX triplet: 38, 8E and A9. RGB value is (56,142,169). Sum of RGB (Red+Green+Blue) = 56+142+169=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #388EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388EA9 is #C77156. Grayscale: #777777. Windows color (decimal): -13070679 or 11111992. OLE color: 11111992.

HSL color Cylindrical-coordinate representation of color #388EA9: hue angle of 194.34º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388EA9 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB56142169-
CMYK0.670.1600.34
HSL194.34º50.22%44.12%-
HSV(B)194.34º66.86%66.27%-
XYZ18.4723.0541.01-
YUV119.36156.0182.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=15.26%
G=38.69%
B=46.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561421690.670.1600.34194.3450.2244.12
Hex388EA94310022c2322c
Octal70216251103200423026254
Binary1110001000111010101001100001110000010001011000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388EA9; }

 p { color: rgb(56,142,169); }

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

<style>
 a { background-color: #388EA9; }

 a { background-color: rgb(56,142,169); }

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

<style>
 span { border-color: #388EA9; }

 span { border-color: rgb(56,142,169); }

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