#389AB0

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

Shades of Boston Blue #389AB0

Tints of Boston Blue #389AB0

Color information

#389AB0 (or 0x389AB0) is unknown color: approx Boston Blue. HEX triplet: 38, 9A and B0. RGB value is (56,154,176). Sum of RGB (Red+Green+Blue) = 56+154+176=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #389AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AB0 is #C7654F. Grayscale: #7F7F7F. Windows color (decimal): -13067600 or 11573816. OLE color: 11573816.

HSL color Cylindrical-coordinate representation of color #389AB0: hue angle of 191º 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 #389AB0 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56154176-
CMYK0.680.1200.31
HSL191º51.72%45.49%-
HSV(B)191º68.18%69.02%-
XYZ21.0227.0945.19-
YUV127.21155.5377.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.51%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 176 (69.14% from 255) = 45.60%
R=14.51%
G=39.90%
B=45.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561541760.680.1200.3119151.7245.49
Hex389AB044C01Fbf342d
Octal70232260104140372776455
Binary11100010011010101100001000100110001111110111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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