#3EA4AF

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

Shades of Boston Blue #3EA4AF

Tints of Boston Blue #3EA4AF

Color information

#3EA4AF (or 0x3EA4AF) is unknown color: approx Boston Blue. HEX triplet: 3E, A4 and AF. RGB value is (62,164,175). Sum of RGB (Red+Green+Blue) = 62+164+175=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #3EA4AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA4AF is #C15B50. Grayscale: #868686. Windows color (decimal): -12671825 or 11510846. OLE color: 11510846.

HSL color Cylindrical-coordinate representation of color #3EA4AF: hue angle of 185.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EA4AF is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB62164175-
CMYK0.650.0600.31
HSL185.84º47.68%46.47%-
HSV(B)185.84º64.57%68.63%-
XYZ2330.6745.27-
YUV134.76150.7176.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.46%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=15.46%
G=40.90%
B=43.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621641750.650.0600.31185.8447.6846.47
Hex3EA4AF41601Fba302e
Octal7624425710160372726056
Binary1111101010010010101111100000111001111110111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,164,175); }

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

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

 a { background-color: rgb(62,164,175); }

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

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

 span { border-color: rgb(62,164,175); }

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