#398DAE

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

Shades of Boston Blue #398DAE

Tints of Boston Blue #398DAE

Color information

#398DAE (or 0x398DAE) is unknown color: approx Boston Blue. HEX triplet: 39, 8D and AE. RGB value is (57,141,174). Sum of RGB (Red+Green+Blue) = 57+141+174=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #398DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398DAE is #C67251. Grayscale: #777777. Windows color (decimal): -13005394 or 11439417. OLE color: 11439417.

HSL color Cylindrical-coordinate representation of color #398DAE: hue angle of 196.92º degrees, saturation: 0.51, 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 #398DAE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57141174-
CMYK0.670.1900.32
HSL196.92º50.65%45.29%-
HSV(B)196.92º67.24%68.24%-
XYZ18.8522.9843.49-
YUV119.65158.6783.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.32%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=15.32%
G=37.90%
B=46.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571411740.670.1900.32196.9250.6545.29
Hex398DAE4313020c5332d
Octal71215256103230403056355
Binary1110011000110110101110100001110011010000011000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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