#389AB1

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

Shades of Boston Blue #389AB1

Tints of Boston Blue #389AB1

Color information

#389AB1 (or 0x389AB1) is unknown color: approx Boston Blue. HEX triplet: 38, 9A and B1. RGB value is (56,154,177). Sum of RGB (Red+Green+Blue) = 56+154+177=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #389AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AB1 is #C7654E. Grayscale: #7F7F7F. Windows color (decimal): -13067599 or 11639352. OLE color: 11639352.

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

Color convert

RGB56154177-
CMYK0.680.1300.31
HSL191.4º51.93%45.69%-
HSV(B)191.4º68.36%69.41%-
XYZ21.1227.1345.72-
YUV127.32156.0377.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.47%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=14.47%
G=39.79%
B=45.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561541770.680.1300.31191.451.9345.69
Hex389AB144D01Fbf342e
Octal70232261104150372776456
Binary11100010011010101100011000100110101111110111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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