Html Css Color HEX #399BBA Boston Blue

📋 copy color: '#399BBA'

red 57 ◦ green 155 ◦ blue 186

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

Shades of Boston Blue #399BBA

Tints of Boston Blue #399BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 14.32%
G = 38.94%
B = 46.73%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399BBA (or 0x399BBA) is known color: Boston Blue. HEX triplet: 39, 9B and BA. RGB value is (57,155,186). Sum of RGB (Red+Green+Blue) = 57+155+186=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #399BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BBA is #C66445. Grayscale: #818181. Windows color (decimal): -13001798 or 12229433. OLE color: 12229433.

HSL color Cylindrical-coordinate representation of color #399BBA: hue angle of 194.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #399BBA is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 155 186 -
CMYK 0.69 0.17 0 0.27
HSL 194.42º 0.53% 0.48% -
HSV(B) 194.42º 0.69% 0.73% -
XYZ 22.27 27.86 50.66 -
YUV 129.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 57 155 186 0.69 0.17 0 0.27 194.42 0.53 0.48
Hex 39 9B BA 45 11 0 1B C2 35 30
Octal 71 233 272 105 21 0 33 302 65 60
Binary 111001 10011011 10111010 1000101 10001 0 11011 11000010 110101 110000

Color Harmonies of #399BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BBA

Black with #399BBA

Text Example


Text Example

White with #399BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,155,186); }

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

background-color css

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

 a { background-color: rgb(57,155,186); }

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

border-color css

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

 span { border-color: rgb(57,155,186); }

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