#3D93AC

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

Shades of Boston Blue #3D93AC

Tints of Boston Blue #3D93AC

Color information

#3D93AC (or 0x3D93AC) is unknown color: approx Boston Blue. HEX triplet: 3D, 93 and AC. RGB value is (61,147,172). Sum of RGB (Red+Green+Blue) = 61+147+172=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D93AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D93AC is #C26C53. Grayscale: #7B7B7B. Windows color (decimal): -12741716 or 11309885. OLE color: 11309885.

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

Color convert

RGB61147172-
CMYK0.650.1500.33
HSL193.51º47.64%45.69%-
HSV(B)193.51º64.53%67.45%-
XYZ19.824.8442.78-
YUV124.14155.0182.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=16.05%
G=38.68%
B=45.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611471720.650.1500.33193.5147.6445.69
Hex3D93AC41F021c2302e
Octal75223254101170413026056
Binary111101100100111010110010000011111010000111000010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,172); }

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

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

 a { background-color: rgb(61,147,172); }

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

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

 span { border-color: rgb(61,147,172); }

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