Html Css Color HEX #399AB0 Boston Blue

📋 copy color: '#399AB0'

red 57 ◦ green 154 ◦ blue 176

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

Shades of Boston Blue #399AB0

Tints of Boston Blue #399AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 14.73%
G = 39.79%
B = 45.48%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#399AB0 (or 0x399AB0) is known color: Boston Blue. HEX triplet: 39, 9A and B0. RGB value is (57,154,176). Sum of RGB (Red+Green+Blue) = 57+154+176=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #399AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AB0 is #C6654F. Grayscale: #7F7F7F. Windows color (decimal): -13002064 or 11573817. OLE color: 11573817.

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

Color convert

RGB 57 154 176 -
CMYK 0.68 0.12 0 0.31
HSL 191.09º 0.51% 0.46% -
HSV(B) 191.09º 0.68% 0.69% -
XYZ 21.08 27.12 45.2 -
YUV 127.51 155.36 77.71 -
System Red Green Blue C M Y K H S L
Decimal 57 154 176 0.68 0.12 0 0.31 191.09 0.51 0.46
Hex 39 9A B0 44 C 0 1F BF 33 2E
Octal 71 232 260 104 14 0 37 277 63 56
Binary 111001 10011010 10110000 1000100 1100 0 11111 10111111 110011 101110

Color Harmonies of #399AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399AB0

Black with #399AB0

Text Example


Text Example

White with #399AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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