#398DAD

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

Shades of Boston Blue #398DAD

Tints of Boston Blue #398DAD

Color information

#398DAD (or 0x398DAD) is unknown color: approx Boston Blue. HEX triplet: 39, 8D and AD. RGB value is (57,141,173). Sum of RGB (Red+Green+Blue) = 57+141+173=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #398DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398DAD is #C67252. Grayscale: #777777. Windows color (decimal): -13005395 or 11373881. OLE color: 11373881.

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

Color convert

RGB57141173-
CMYK0.670.1800.32
HSL196.55º50.43%45.1%-
HSV(B)196.55º67.05%67.84%-
XYZ18.7622.9442.97-
YUV119.53158.1783.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=15.36%
G=38.01%
B=46.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571411730.670.1800.32196.5550.4345.1
Hex398DAD4312020c5322d
Octal71215255103220403056255
Binary1110011000110110101101100001110010010000011000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,141,173); }

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

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

 a { background-color: rgb(57,141,173); }

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

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

 span { border-color: rgb(57,141,173); }

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