#389AB2

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

Shades of Boston Blue #389AB2

Tints of Boston Blue #389AB2

Color information

#389AB2 (or 0x389AB2) is unknown color: approx Boston Blue. HEX triplet: 38, 9A and B2. RGB value is (56,154,178). Sum of RGB (Red+Green+Blue) = 56+154+178=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #389AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AB2 is #C7654D. Grayscale: #7F7F7F. Windows color (decimal): -13067598 or 11704888. OLE color: 11704888.

HSL color Cylindrical-coordinate representation of color #389AB2: hue angle of 191.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389AB2 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56154178-
CMYK0.690.1300.30
HSL191.8º52.14%45.88%-
HSV(B)191.8º68.54%69.8%-
XYZ21.2227.1746.24-
YUV127.43156.5377.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 178 (69.92% from 255) = 45.88%
R=14.43%
G=39.69%
B=45.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561541780.690.1300.30191.852.1445.88
Hex389AB245D01Ec0342e
Octal70232262105150363006456
Binary11100010011010101100101000101110101111011000000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389AB2; }

 p { color: rgb(56,154,178); }

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

<style>
 a { background-color: #389AB2; }

 a { background-color: rgb(56,154,178); }

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

<style>
 span { border-color: #389AB2; }

 span { border-color: rgb(56,154,178); }

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