#3D97AF

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

Shades of Boston Blue #3D97AF

Tints of Boston Blue #3D97AF

Color information

#3D97AF (or 0x3D97AF) is unknown color: approx Boston Blue. HEX triplet: 3D, 97 and AF. RGB value is (61,151,175). Sum of RGB (Red+Green+Blue) = 61+151+175=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D97AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D97AF is #C26850. Grayscale: #7E7E7E. Windows color (decimal): -12740689 or 11507517. OLE color: 11507517.

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

Color convert

RGB61151175-
CMYK0.650.1400.31
HSL192.63º48.31%46.27%-
HSV(B)192.63º65.14%68.63%-
XYZ20.7326.2244.53-
YUV126.83155.1881.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.76%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=15.76%
G=39.02%
B=45.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611511750.650.1400.31192.6348.3146.27
Hex3D97AF41E01Fc1302e
Octal75227257101160373016056
Binary11110110010111101011111000001111001111111000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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