#388CAB

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

Shades of Boston Blue #388CAB

Tints of Boston Blue #388CAB

Color information

#388CAB (or 0x388CAB) is unknown color: approx Boston Blue. HEX triplet: 38, 8C and AB. RGB value is (56,140,171). Sum of RGB (Red+Green+Blue) = 56+140+171=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #388CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CAB is #C77354. Grayscale: #767676. Windows color (decimal): -13071189 or 11242552. OLE color: 11242552.

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

Color convert

RGB56140171-
CMYK0.670.1800.33
HSL196.17º50.66%44.51%-
HSV(B)196.17º67.25%67.06%-
XYZ18.3622.5441.91-
YUV118.42157.6783.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=15.26%
G=38.15%
B=46.59%

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
Decimal561401710.670.1800.33196.1750.6644.51
Hex388CAB4312021c4332d
Octal70214253103220413046355
Binary1110001000110010101011100001110010010000111000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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