#3D97BA

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

Shades of Boston Blue #3D97BA

Tints of Boston Blue #3D97BA

Color information

#3D97BA (or 0x3D97BA) is unknown color: approx Boston Blue. HEX triplet: 3D, 97 and BA. RGB value is (61,151,186). Sum of RGB (Red+Green+Blue) = 61+151+186=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D97BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D97BA is #C26845. Grayscale: #7F7F7F. Windows color (decimal): -12740678 or 12228413. OLE color: 12228413.

HSL color Cylindrical-coordinate representation of color #3D97BA: hue angle of 196.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D97BA is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61151186-
CMYK0.670.1900.27
HSL196.8º50.61%48.43%-
HSV(B)196.8º67.2%72.94%-
XYZ21.8526.6750.45-
YUV128.08160.6880.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.33%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=15.33%
G=37.94%
B=46.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611511860.670.1900.27196.850.6148.43
Hex3D97BA431301Bc53330
Octal75227272103230333056360
Binary111101100101111011101010000111001101101111000101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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