#3DA1AC

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

Shades of Boston Blue #3DA1AC

Tints of Boston Blue #3DA1AC

Color information

#3DA1AC (or 0x3DA1AC) is unknown color: approx Boston Blue. HEX triplet: 3D, A1 and AC. RGB value is (61,161,172). Sum of RGB (Red+Green+Blue) = 61+161+172=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #3DA1AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA1AC is #C25E53. Grayscale: #848484. Windows color (decimal): -12738132 or 11313469. OLE color: 11313469.

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

Color convert

RGB61161172-
CMYK0.650.0600.33
HSL185.95º47.64%45.69%-
HSV(B)185.95º64.53%67.45%-
XYZ22.1229.4643.55-
YUV132.35150.3777.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.48%
GREEN value IS 161 (63.28% from 255) = 40.86%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=15.48%
G=40.86%
B=43.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611611720.650.0600.33185.9547.6445.69
Hex3DA1AC416021ba302e
Octal7524125410160412726056
Binary11110110100001101011001000001110010000110111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,161,172); }

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

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

 a { background-color: rgb(61,161,172); }

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

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

 span { border-color: rgb(61,161,172); }

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