Html Css Color HEX #398BA7 Boston Blue

📋 copy color: '#398BA7'

red 57 ◦ green 139 ◦ blue 167

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

Shades of Boston Blue #398BA7

Tints of Boston Blue #398BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 15.7%
G = 38.29%
B = 46.01%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#398BA7 (or 0x398BA7) is known color: Boston Blue. HEX triplet: 39, 8B and A7. RGB value is (57,139,167). Sum of RGB (Red+Green+Blue) = 57+139+167=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #398BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398BA7 is #C67458. Grayscale: #757575. Windows color (decimal): -13005913 or 10980153. OLE color: 10980153.

HSL color Cylindrical-coordinate representation of color #398BA7: hue angle of 195.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #398BA7 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 139 167 -
CMYK 0.66 0.17 0 0.35
HSL 195.27º 0.49% 0.44% -
HSV(B) 195.27º 0.66% 0.65% -
XYZ 17.9 22.13 39.89 -
YUV 117.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 57 139 167 0.66 0.17 0 0.35 195.27 0.49 0.44
Hex 39 8B A7 42 11 0 23 C3 31 2C
Octal 71 213 247 102 21 0 43 303 61 54
Binary 111001 10001011 10100111 1000010 10001 0 100011 11000011 110001 101100

Color Harmonies of #398BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BA7

Black with #398BA7

Text Example


Text Example

White with #398BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398BA7; }

 p { color: rgb(57,139,167); }

 H1.HeaderClassName
 {
   color: #398BA7;
 }
 .AnyTagClassName
 {
   color: #398BA7;
 }
</style>

background-color css

<style>
 a { background-color: #398BA7; }

 a { background-color: rgb(57,139,167); }

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

border-color css

<style>
 span { border-color: #398BA7; }

 span { border-color: rgb(57,139,167); }

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