#388DB1

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

Shades of Boston Blue #388DB1

Tints of Boston Blue #388DB1

Color information

#388DB1 (or 0x388DB1) is unknown color: approx Boston Blue. HEX triplet: 38, 8D and B1. RGB value is (56,141,177). Sum of RGB (Red+Green+Blue) = 56+141+177=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #388DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DB1 is #C7724E. Grayscale: #777777. Windows color (decimal): -13070927 or 11636024. OLE color: 11636024.

HSL color Cylindrical-coordinate representation of color #388DB1: hue angle of 197.85º 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 #388DB1 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56141177-
CMYK0.680.2000.31
HSL197.85º51.93%45.69%-
HSV(B)197.85º68.36%69.41%-
XYZ19.0923.0645.04-
YUV119.69160.3482.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=14.97%
G=37.70%
B=47.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561411770.680.2000.31197.8551.9345.69
Hex388DB1441401Fc6342e
Octal70215261104240373066456
Binary111000100011011011000110001001010001111111000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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