#398AAA

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

Shades of Boston Blue #398AAA

Tints of Boston Blue #398AAA

Color information

#398AAA (or 0x398AAA) is unknown color: approx Boston Blue. HEX triplet: 39, 8A and AA. RGB value is (57,138,170). Sum of RGB (Red+Green+Blue) = 57+138+170=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #398AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398AAA is #C67555. Grayscale: #757575. Windows color (decimal): -13006166 or 11176505. OLE color: 11176505.

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

Color convert

RGB57138170-
CMYK0.660.1900.33
HSL196.99º49.78%44.51%-
HSV(B)196.99º66.47%66.67%-
XYZ18.0321.9541.32-
YUV117.43157.6684.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.62%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=15.62%
G=37.81%
B=46.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571381700.660.1900.33196.9949.7844.51
Hex398AAA4213021c5322d
Octal71212252102230413056255
Binary1110011000101010101010100001010011010000111000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,138,170); }

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

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

 a { background-color: rgb(57,138,170); }

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

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

 span { border-color: rgb(57,138,170); }

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