#398BAB

Color #398BAB Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #398BAB

Tints of Boston Blue #398BAB

Color information

#398BAB (or 0x398BAB) is unknown color: approx Boston Blue. HEX triplet: 39, 8B and AB. RGB value is (57,139,171). Sum of RGB (Red+Green+Blue) = 57+139+171=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #398BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398BAB is #C67454. Grayscale: #757575. Windows color (decimal): -13005909 or 11242297. OLE color: 11242297.

HSL color Cylindrical-coordinate representation of color #398BAB: hue angle of 196.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #398BAB is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57139171-
CMYK0.670.1900.33
HSL196.84º50%44.71%-
HSV(B)196.84º66.67%67.06%-
XYZ18.2722.2841.86-
YUV118.13157.8384.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=15.53%
G=37.87%
B=46.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571391710.670.1900.33196.845044.71
Hex398BAB4313021c5322d
Octal71213253103230413056255
Binary1110011000101110101011100001110011010000111000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #398BAB;
 }
 .AnyTagClassName
 {
   color: #398BAB;
 }
</style>
background-color css

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

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

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

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

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

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