#388DAB

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

Shades of Boston Blue #388DAB

Tints of Boston Blue #388DAB

Color information

#388DAB (or 0x388DAB) is unknown color: approx Boston Blue. HEX triplet: 38, 8D and AB. RGB value is (56,141,171). Sum of RGB (Red+Green+Blue) = 56+141+171=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #388DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAB is #C77254. Grayscale: #767676. Windows color (decimal): -13070933 or 11242808. OLE color: 11242808.

HSL color Cylindrical-coordinate representation of color #388DAB: hue angle of 195.65º 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 #388DAB is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56141171-
CMYK0.670.1800.33
HSL195.65º50.66%44.51%-
HSV(B)195.65º67.25%67.06%-
XYZ18.5122.8341.96-
YUV119157.3483.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=15.22%
G=38.32%
B=46.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561411710.670.1800.33195.6550.6644.51
Hex388DAB4312021c4332d
Octal70215253103220413046355
Binary1110001000110110101011100001110010010000111000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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