#388DAE

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

Shades of Boston Blue #388DAE

Tints of Boston Blue #388DAE

Color information

#388DAE (or 0x388DAE) is unknown color: approx Boston Blue. HEX triplet: 38, 8D and AE. RGB value is (56,141,174). Sum of RGB (Red+Green+Blue) = 56+141+174=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #388DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAE is #C77251. Grayscale: #777777. Windows color (decimal): -13070930 or 11439416. OLE color: 11439416.

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

Color convert

RGB56141174-
CMYK0.680.1900.32
HSL196.78º51.3%45.1%-
HSV(B)196.78º67.82%68.24%-
XYZ18.822.9543.48-
YUV119.35158.8482.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=15.09%
G=38.01%
B=46.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561411740.680.1900.32196.7851.345.1
Hex388DAE4413020c5332d
Octal70215256104230403056355
Binary1110001000110110101110100010010011010000011000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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