#388DAF

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

Shades of Boston Blue #388DAF

Tints of Boston Blue #388DAF

Color information

#388DAF (or 0x388DAF) is unknown color: approx Boston Blue. HEX triplet: 38, 8D and AF. RGB value is (56,141,175). Sum of RGB (Red+Green+Blue) = 56+141+175=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #388DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DAF is #C77250. Grayscale: #777777. Windows color (decimal): -13070929 or 11504952. OLE color: 11504952.

HSL color Cylindrical-coordinate representation of color #388DAF: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #388DAF is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56141175-
CMYK0.680.1900.31
HSL197.14º51.52%45.29%-
HSV(B)197.14º68%68.63%-
XYZ18.8922.9944-
YUV119.46159.3482.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=15.05%
G=37.90%
B=47.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561411750.680.1900.31197.1451.5245.29
Hex388DAF441301Fc5342d
Octal70215257104230373056455
Binary111000100011011010111110001001001101111111000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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