Html Css Color HEX #399AB4 Boston Blue

📋 copy color: '#399AB4'

red 57 ◦ green 154 ◦ blue 180

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

Shades of Boston Blue #399AB4

Tints of Boston Blue #399AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 14.58%
G = 39.39%
B = 46.04%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#399AB4 (or 0x399AB4) is known color: Boston Blue. HEX triplet: 39, 9A and B4. RGB value is (57,154,180). Sum of RGB (Red+Green+Blue) = 57+154+180=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #399AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399AB4 is #C6654B. Grayscale: #7F7F7F. Windows color (decimal): -13002060 or 11835961. OLE color: 11835961.

HSL color Cylindrical-coordinate representation of color #399AB4: hue angle of 192.68º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #399AB4 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 154 180 -
CMYK 0.68 0.14 0 0.29
HSL 192.68º 0.52% 0.46% -
HSV(B) 192.68º 0.68% 0.71% -
XYZ 21.48 27.28 47.31 -
YUV 127.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 57 154 180 0.68 0.14 0 0.29 192.68 0.52 0.46
Hex 39 9A B4 44 E 0 1D C1 34 2E
Octal 71 232 264 104 16 0 35 301 64 56
Binary 111001 10011010 10110100 1000100 1110 0 11101 11000001 110100 101110

Color Harmonies of #399AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399AB4

Black with #399AB4

Text Example


Text Example

White with #399AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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