#388FB1

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

Shades of Boston Blue #388FB1

Tints of Boston Blue #388FB1

Color information

#388FB1 (or 0x388FB1) is unknown color: approx Boston Blue. HEX triplet: 38, 8F and B1. RGB value is (56,143,177). Sum of RGB (Red+Green+Blue) = 56+143+177=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #388FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388FB1 is #C7704E. Grayscale: #787878. Windows color (decimal): -13070415 or 11636536. OLE color: 11636536.

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

Color convert

RGB56143177-
CMYK0.680.1900.31
HSL196.86º51.93%45.69%-
HSV(B)196.86º68.36%69.41%-
XYZ19.3923.6645.14-
YUV120.86159.6881.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.89%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=14.89%
G=38.03%
B=47.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561431770.680.1900.31196.8651.9345.69
Hex388FB1441301Fc5342e
Octal70217261104230373056456
Binary111000100011111011000110001001001101111111000101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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