#3D9DAF

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

Shades of Boston Blue #3D9DAF

Tints of Boston Blue #3D9DAF

Color information

#3D9DAF (or 0x3D9DAF) is unknown color: approx Boston Blue. HEX triplet: 3D, 9D and AF. RGB value is (61,157,175). Sum of RGB (Red+Green+Blue) = 61+157+175=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D9DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9DAF is #C26250. Grayscale: #828282. Windows color (decimal): -12739153 or 11509053. OLE color: 11509053.

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

Color convert

RGB61157175-
CMYK0.650.1000.31
HSL189.47º48.31%46.27%-
HSV(B)189.47º65.14%68.63%-
XYZ21.7228.244.86-
YUV130.35153.278.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.52%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=15.52%
G=39.95%
B=44.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611571750.650.1000.31189.4748.3146.27
Hex3D9DAF41A01Fbd302e
Octal75235257101120372756056
Binary11110110011101101011111000001101001111110111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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