#3D94AD

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

Shades of Boston Blue #3D94AD

Tints of Boston Blue #3D94AD

Color information

#3D94AD (or 0x3D94AD) is unknown color: approx Boston Blue. HEX triplet: 3D, 94 and AD. RGB value is (61,148,173). Sum of RGB (Red+Green+Blue) = 61+148+173=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D94AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D94AD is #C26B52. Grayscale: #7C7C7C. Windows color (decimal): -12741459 or 11375677. OLE color: 11375677.

HSL color Cylindrical-coordinate representation of color #3D94AD: hue angle of 193.39º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D94AD is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61148173-
CMYK0.650.1400.32
HSL193.39º47.86%45.88%-
HSV(B)193.39º64.74%67.84%-
XYZ20.0625.1943.34-
YUV124.84155.1882.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=15.97%
G=38.74%
B=45.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611481730.650.1400.32193.3947.8645.88
Hex3D94AD41E020c1302e
Octal75224255101160403016056
Binary111101100101001010110110000011110010000011000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,173); }

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

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

 a { background-color: rgb(61,148,173); }

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

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

 span { border-color: rgb(61,148,173); }

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