Html Css Color HEX #399ABB Boston Blue

📋 copy color: '#399ABB'

red 57 ◦ green 154 ◦ blue 187

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

Shades of Boston Blue #399ABB

Tints of Boston Blue #399ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 14.32%
G = 38.69%
B = 46.98%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399ABB (or 0x399ABB) is known color: Boston Blue. HEX triplet: 39, 9A and BB. RGB value is (57,154,187). Sum of RGB (Red+Green+Blue) = 57+154+187=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #399ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ABB is #C66544. Grayscale: #808080. Windows color (decimal): -13002053 or 12294713. OLE color: 12294713.

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

Color convert

RGB 57 154 187 -
CMYK 0.70 0.18 0 0.27
HSL 195.23º 0.53% 0.48% -
HSV(B) 195.23º 0.7% 0.73% -
XYZ 22.21 27.57 51.16 -
YUV 128.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 57 154 187 0.70 0.18 0 0.27 195.23 0.53 0.48
Hex 39 9A BB 46 12 0 1B C3 35 30
Octal 71 232 273 106 22 0 33 303 65 60
Binary 111001 10011010 10111011 1000110 10010 0 11011 11000011 110101 110000

Color Harmonies of #399ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ABB

Black with #399ABB

Text Example


Text Example

White with #399ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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