#398CAE

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

Shades of Boston Blue #398CAE

Tints of Boston Blue #398CAE

Color information

#398CAE (or 0x398CAE) is unknown color: approx Boston Blue. HEX triplet: 39, 8C and AE. RGB value is (57,140,174). Sum of RGB (Red+Green+Blue) = 57+140+174=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #398CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398CAE is #C67351. Grayscale: #767676. Windows color (decimal): -13005650 or 11439161. OLE color: 11439161.

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

Color convert

RGB57140174-
CMYK0.670.2000.32
HSL197.44º50.65%45.29%-
HSV(B)197.44º67.24%68.24%-
XYZ18.7122.6843.44-
YUV119.0615983.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=15.36%
G=37.74%
B=46.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571401740.670.2000.32197.4450.6545.29
Hex398CAE4314020c5332d
Octal71214256103240403056355
Binary1110011000110010101110100001110100010000011000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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