#3DA1AF

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

Shades of Boston Blue #3DA1AF

Tints of Boston Blue #3DA1AF

Color information

#3DA1AF (or 0x3DA1AF) is unknown color: approx Boston Blue. HEX triplet: 3D, A1 and AF. RGB value is (61,161,175). Sum of RGB (Red+Green+Blue) = 61+161+175=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #3DA1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA1AF is #C25E50. Grayscale: #848484. Windows color (decimal): -12738129 or 11510077. OLE color: 11510077.

HSL color Cylindrical-coordinate representation of color #3DA1AF: hue angle of 187.37º 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 #3DA1AF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61161175-
CMYK0.650.0800.31
HSL187.37º48.31%46.27%-
HSV(B)187.37º65.14%68.63%-
XYZ22.4129.5845.09-
YUV132.7151.8776.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=15.37%
G=40.55%
B=44.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611611750.650.0800.31187.3748.3146.27
Hex3DA1AF41801Fbb302e
Octal75241257101100372736056
Binary11110110100001101011111000001100001111110111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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