Html Css Color HEX #399AAF Boston Blue

📋 copy color: '#399AAF'

red 57 ◦ green 154 ◦ blue 175

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

Shades of Boston Blue #399AAF

Tints of Boston Blue #399AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 14.77%
G = 39.9%
B = 45.34%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#399AAF (or 0x399AAF) is known color: Boston Blue. HEX triplet: 39, 9A and AF. RGB value is (57,154,175). Sum of RGB (Red+Green+Blue) = 57+154+175=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #399AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AAF is #C66550. Grayscale: #7F7F7F. Windows color (decimal): -13002065 or 11508281. OLE color: 11508281.

HSL color Cylindrical-coordinate representation of color #399AAF: hue angle of 190.68º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399AAF is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 154 175 -
CMYK 0.67 0.12 0 0.31
HSL 190.68º 0.51% 0.45% -
HSV(B) 190.68º 0.67% 0.69% -
XYZ 20.98 27.08 44.68 -
YUV 127.39 154.86 77.79 -
System Red Green Blue C M Y K H S L
Decimal 57 154 175 0.67 0.12 0 0.31 190.68 0.51 0.45
Hex 39 9A AF 43 C 0 1F BF 33 2D
Octal 71 232 257 103 14 0 37 277 63 55
Binary 111001 10011010 10101111 1000011 1100 0 11111 10111111 110011 101101

Color Harmonies of #399AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399AAF

Black with #399AAF

Text Example


Text Example

White with #399AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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