#3E85A9

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

Shades of Boston Blue #3E85A9

Tints of Boston Blue #3E85A9

Color information

#3E85A9 (or 0x3E85A9) is unknown color: approx Boston Blue. HEX triplet: 3E, 85 and A9. RGB value is (62,133,169). Sum of RGB (Red+Green+Blue) = 62+133+169=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E85A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E85A9 is #C17A56. Grayscale: #737373. Windows color (decimal): -12679767 or 11109694. OLE color: 11109694.

HSL color Cylindrical-coordinate representation of color #3E85A9: hue angle of 200.19º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E85A9 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB62133169-
CMYK0.630.2100.34
HSL200.19º46.32%45.29%-
HSV(B)200.19º63.31%66.27%-
XYZ17.5420.6640.6-
YUV115.88157.9889.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.03%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 169 (66.41% from 255) = 46.43%
R=17.03%
G=36.54%
B=46.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal621331690.630.2100.34200.1946.3245.29
Hex3E85A93F15022c82e2d
Octal7620525177250423105655
Binary111110100001011010100111111110101010001011001000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E85A9; }

 p { color: rgb(62,133,169); }

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

<style>
 a { background-color: #3E85A9; }

 a { background-color: rgb(62,133,169); }

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

<style>
 span { border-color: #3E85A9; }

 span { border-color: rgb(62,133,169); }

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