#388CB1

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

Shades of Boston Blue #388CB1

Tints of Boston Blue #388CB1

Color information

#388CB1 (or 0x388CB1) is unknown color: approx Boston Blue. HEX triplet: 38, 8C and B1. RGB value is (56,140,177). Sum of RGB (Red+Green+Blue) = 56+140+177=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #388CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CB1 is #C7734E. Grayscale: #767676. Windows color (decimal): -13071183 or 11635768. OLE color: 11635768.

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

Color convert

RGB56140177-
CMYK0.680.2100.31
HSL198.35º51.93%45.69%-
HSV(B)198.35º68.36%69.41%-
XYZ18.9422.7744.99-
YUV119.1160.6782.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.01%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=15.01%
G=37.53%
B=47.45%

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
Decimal561401770.680.2100.31198.3551.9345.69
Hex388CB1441501Fc6342e
Octal70214261104250373066456
Binary111000100011001011000110001001010101111111000110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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