#388CAD

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

Shades of Boston Blue #388CAD

Tints of Boston Blue #388CAD

Color information

#388CAD (or 0x388CAD) is unknown color: approx Boston Blue. HEX triplet: 38, 8C and AD. RGB value is (56,140,173). Sum of RGB (Red+Green+Blue) = 56+140+173=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #388CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388CAD is #C77352. Grayscale: #767676. Windows color (decimal): -13071187 or 11373624. OLE color: 11373624.

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

Color convert

RGB56140173-
CMYK0.680.1900.32
HSL196.92º51.09%44.9%-
HSV(B)196.92º67.63%67.84%-
XYZ18.5522.6142.92-
YUV118.65158.6783.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=15.18%
G=37.94%
B=46.88%

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
Decimal561401730.680.1900.32196.9251.0944.9
Hex388CAD4413020c5332d
Octal70214255104230403056355
Binary1110001000110010101101100010010011010000011000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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