#398AB0

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

Shades of Boston Blue #398AB0

Tints of Boston Blue #398AB0

Color information

#398AB0 (or 0x398AB0) is unknown color: approx Boston Blue. HEX triplet: 39, 8A and B0. RGB value is (57,138,176). Sum of RGB (Red+Green+Blue) = 57+138+176=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #398AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398AB0 is #C6754F. Grayscale: #757575. Windows color (decimal): -13006160 or 11569721. OLE color: 11569721.

HSL color Cylindrical-coordinate representation of color #398AB0: hue angle of 199.16º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #398AB0 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57138176-
CMYK0.680.2200.31
HSL199.16º51.07%45.69%-
HSV(B)199.16º67.61%69.02%-
XYZ18.6122.1844.37-
YUV118.11160.6684.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=15.36%
G=37.20%
B=47.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571381760.680.2200.31199.1651.0745.69
Hex398AB0441601Fc7332e
Octal71212260104260373076356
Binary111001100010101011000010001001011001111111000111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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