#388AAE

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

Shades of Boston Blue #388AAE

Tints of Boston Blue #388AAE

Color information

#388AAE (or 0x388AAE) is unknown color: approx Boston Blue. HEX triplet: 38, 8A and AE. RGB value is (56,138,174). Sum of RGB (Red+Green+Blue) = 56+138+174=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #388AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388AAE is #C77551. Grayscale: #757575. Windows color (decimal): -13071698 or 11438648. OLE color: 11438648.

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

Color convert

RGB56138174-
CMYK0.680.2100.32
HSL198.31º51.3%45.1%-
HSV(B)198.31º67.82%68.24%-
XYZ18.3622.0743.34-
YUV117.59159.8384.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=15.22%
G=37.5%
B=47.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561381740.680.2100.32198.3151.345.1
Hex388AAE4415020c6332d
Octal70212256104250403066355
Binary1110001000101010101110100010010101010000011000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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