Html Css Color HEX #399AB1 Boston Blue

📋 copy color: '#399AB1'

red 57 ◦ green 154 ◦ blue 177

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

Shades of Boston Blue #399AB1

Tints of Boston Blue #399AB1

RGB

 RED value IS 57 (22.66% from 255) = 14.69%

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 177 (69.53% from 255) = 45.62%

R = 14.69%
G = 39.69%
B = 45.62%

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

#399AB1 (or 0x399AB1) is known color: Boston Blue. HEX triplet: 39, 9A and B1. RGB value is (57,154,177). Sum of RGB (Red+Green+Blue) = 57+154+177=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #399AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AB1 is #C6654E. Grayscale: #7F7F7F. Windows color (decimal): -13002063 or 11639353. OLE color: 11639353.

HSL color Cylindrical-coordinate representation of color #399AB1: hue angle of 191.5º degrees, saturation: 0.51, 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 #399AB1 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 154 177 -
CMYK 0.68 0.13 0 0.31
HSL 191.5º 0.51% 0.46% -
HSV(B) 191.5º 0.68% 0.69% -
XYZ 21.18 27.16 45.72 -
YUV 127.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 57 154 177 0.68 0.13 0 0.31 191.5 0.51 0.46
Hex 39 9A B1 44 D 0 1F C0 33 2E
Octal 71 232 261 104 15 0 37 300 63 56
Binary 111001 10011010 10110001 1000100 1101 0 11111 11000000 110011 101110

Color Harmonies of #399AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399AB1

Black with #399AB1

Text Example


Text Example

White with #399AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #399AB1;
 }
 .AnyTagClassName
 {
   color: #399AB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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