#3B93AD

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

Shades of Boston Blue #3B93AD

Tints of Boston Blue #3B93AD

Color information

#3B93AD (or 0x3B93AD) is unknown color: approx Boston Blue. HEX triplet: 3B, 93 and AD. RGB value is (59,147,173). Sum of RGB (Red+Green+Blue) = 59+147+173=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B93AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B93AD is #C46C52. Grayscale: #7B7B7B. Windows color (decimal): -12872787 or 11375419. OLE color: 11375419.

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

Color convert

RGB59147173-
CMYK0.660.1500.32
HSL193.68º49.14%45.49%-
HSV(B)193.68º65.9%67.84%-
XYZ19.7824.8143.28-
YUV123.65155.8581.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.57%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=15.57%
G=38.79%
B=45.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591471730.660.1500.32193.6849.1445.49
Hex3B93AD42F020c2312d
Octal73223255102170403026155
Binary111011100100111010110110000101111010000011000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,147,173); }

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

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

 a { background-color: rgb(59,147,173); }

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

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

 span { border-color: rgb(59,147,173); }

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