#398EAE

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

Shades of Boston Blue #398EAE

Tints of Boston Blue #398EAE

Color information

#398EAE (or 0x398EAE) is unknown color: approx Boston Blue. HEX triplet: 39, 8E and AE. RGB value is (57,142,174). Sum of RGB (Red+Green+Blue) = 57+142+174=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #398EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398EAE is #C67151. Grayscale: #787878. Windows color (decimal): -13005138 or 11439673. OLE color: 11439673.

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

Color convert

RGB57142174-
CMYK0.670.1800.32
HSL196.41º50.65%45.29%-
HSV(B)196.41º67.24%68.24%-
XYZ1923.2743.53-
YUV120.23158.3482.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.28%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=15.28%
G=38.07%
B=46.65%

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
Decimal571421740.670.1800.32196.4150.6545.29
Hex398EAE4312020c4332d
Octal71216256103220403046355
Binary1110011000111010101110100001110010010000011000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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