#3DA0BD

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

Shades of Boston Blue #3DA0BD

Tints of Boston Blue #3DA0BD

Color information

#3DA0BD (or 0x3DA0BD) is unknown color: approx Boston Blue. HEX triplet: 3D, A0 and BD. RGB value is (61,160,189). Sum of RGB (Red+Green+Blue) = 61+160+189=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #3DA0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA0BD is #C25F42. Grayscale: #858585. Windows color (decimal): -12738371 or 12427325. OLE color: 12427325.

HSL color Cylindrical-coordinate representation of color #3DA0BD: hue angle of 193.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DA0BD is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61160189-
CMYK0.680.1500.26
HSL193.59º51.2%49.02%-
HSV(B)193.59º67.72%74.12%-
XYZ23.6829.8152.65-
YUV133.7159.276.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.88%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 189 (74.22% from 255) = 46.10%
R=14.88%
G=39.02%
B=46.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611601890.680.1500.26193.5951.249.02
Hex3DA0BD44F01Ac23331
Octal75240275104170323026361
Binary11110110100000101111011000100111101101011000010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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