#3DA0AE

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

Shades of Boston Blue #3DA0AE

Tints of Boston Blue #3DA0AE

Color information

#3DA0AE (or 0x3DA0AE) is unknown color: approx Boston Blue. HEX triplet: 3D, A0 and AE. RGB value is (61,160,174). Sum of RGB (Red+Green+Blue) = 61+160+174=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #3DA0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA0AE is #C25F51. Grayscale: #838383. Windows color (decimal): -12738386 or 11444285. OLE color: 11444285.

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

Color convert

RGB61160174-
CMYK0.650.0800.32
HSL187.43º48.09%46.08%-
HSV(B)187.43º64.94%68.24%-
XYZ22.1429.1944.51-
YUV132151.777.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.44%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=15.44%
G=40.51%
B=44.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611601740.650.0800.32187.4348.0946.08
Hex3DA0AE418020bb302e
Octal75240256101100402736056
Binary111101101000001010111010000011000010000010111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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