#388BB1

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

Shades of Boston Blue #388BB1

Tints of Boston Blue #388BB1

Color information

#388BB1 (or 0x388BB1) is unknown color: approx Boston Blue. HEX triplet: 38, 8B and B1. RGB value is (56,139,177). Sum of RGB (Red+Green+Blue) = 56+139+177=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #388BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388BB1 is #C7744E. Grayscale: #767676. Windows color (decimal): -13071439 or 11635512. OLE color: 11635512.

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

Color convert

RGB56139177-
CMYK0.680.2100.31
HSL198.84º51.93%45.69%-
HSV(B)198.84º68.36%69.41%-
XYZ18.822.4844.94-
YUV118.5116183.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=15.05%
G=37.37%
B=47.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561391770.680.2100.31198.8451.9345.69
Hex388BB1441501Fc7342e
Octal70213261104250373076456
Binary111000100010111011000110001001010101111111000111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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