#3DA2AE

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

Shades of Boston Blue #3DA2AE

Tints of Boston Blue #3DA2AE

Color information

#3DA2AE (or 0x3DA2AE) is unknown color: approx Boston Blue. HEX triplet: 3D, A2 and AE. RGB value is (61,162,174). Sum of RGB (Red+Green+Blue) = 61+162+174=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #3DA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA2AE is #C25D51. Grayscale: #858585. Windows color (decimal): -12737874 or 11444797. OLE color: 11444797.

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

Color convert

RGB61162174-
CMYK0.650.0700.32
HSL186.37º48.09%46.08%-
HSV(B)186.37º64.94%68.24%-
XYZ22.4829.8944.63-
YUV133.17151.0476.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=15.37%
G=40.81%
B=43.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611621740.650.0700.32186.3748.0946.08
Hex3DA2AE417020ba302e
Octal7524225610170402726056
Binary11110110100010101011101000001111010000010111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,174); }

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

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

 a { background-color: rgb(61,162,174); }

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

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

 span { border-color: rgb(61,162,174); }

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