Html Css Color HEX #389AB1 Boston Blue

📋 copy color: '#389AB1'

red 56 ◦ green 154 ◦ blue 177

#389AB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #389AB1

Tints of Boston Blue #389AB1

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 value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#389AB1 (or 0x389AB1) is known color: 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

RGB 56 154 177 -
CMYK 0.68 0.13 0 0.31
HSL 191.41º 0.52% 0.46% -
HSV(B) 191.41º 0.68% 0.69% -
XYZ 21.12 27.13 45.72 -
YUV 127.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 56 154 177 0.68 0.13 0 0.31 191.41 0.52 0.46
Hex 38 9A B1 44 D 0 1F BF 34 2E
Octal 70 232 261 104 15 0 37 277 64 56
Binary 111000 10011010 10110001 1000100 1101 0 11111 10111111 110100 101110

Color Harmonies of #389AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AB1

Black with #389AB1

Text Example


Text Example

White with #389AB1

Text Example


Text Example

HTML Codes & Css Web 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>