#388AAB

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

Shades of Boston Blue #388AAB

Tints of Boston Blue #388AAB

Color information

#388AAB (or 0x388AAB) is unknown color: approx Boston Blue. HEX triplet: 38, 8A and AB. RGB value is (56,138,171). Sum of RGB (Red+Green+Blue) = 56+138+171=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #388AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAB is #C77554. Grayscale: #757575. Windows color (decimal): -13071701 or 11242040. OLE color: 11242040.

HSL color Cylindrical-coordinate representation of color #388AAB: hue angle of 197.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #388AAB is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56138171-
CMYK0.670.1900.33
HSL197.22º50.66%44.51%-
HSV(B)197.22º67.25%67.06%-
XYZ18.0721.9641.81-
YUV117.24158.3384.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=15.34%
G=37.81%
B=46.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561381710.670.1900.33197.2250.6644.51
Hex388AAB4313021c5332d
Octal70212253103230413056355
Binary1110001000101010101011100001110011010000111000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,138,171); }

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

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

 a { background-color: rgb(56,138,171); }

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

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

 span { border-color: rgb(56,138,171); }

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