#388DAD

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

Shades of Boston Blue #388DAD

Tints of Boston Blue #388DAD

Color information

#388DAD (or 0x388DAD) is unknown color: approx Boston Blue. HEX triplet: 38, 8D and AD. RGB value is (56,141,173). Sum of RGB (Red+Green+Blue) = 56+141+173=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #388DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAD is #C77252. Grayscale: #777777. Windows color (decimal): -13070931 or 11373880. OLE color: 11373880.

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

Color convert

RGB56141173-
CMYK0.680.1800.32
HSL196.41º51.09%44.9%-
HSV(B)196.41º67.63%67.84%-
XYZ18.722.9142.97-
YUV119.23158.3482.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=15.14%
G=38.11%
B=46.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561411730.680.1800.32196.4151.0944.9
Hex388DAD4412020c4332d
Octal70215255104220403046355
Binary1110001000110110101101100010010010010000011000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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