#3C8AAD

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

Shades of Boston Blue #3C8AAD

Tints of Boston Blue #3C8AAD

Color information

#3C8AAD (or 0x3C8AAD) is unknown color: approx Boston Blue. HEX triplet: 3C, 8A and AD. RGB value is (60,138,173). Sum of RGB (Red+Green+Blue) = 60+138+173=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C8AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8AAD is #C37552. Grayscale: #767676. Windows color (decimal): -12809555 or 11373116. OLE color: 11373116.

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

Color convert

RGB60138173-
CMYK0.650.2000.32
HSL198.58º48.5%45.69%-
HSV(B)198.58º65.32%67.84%-
XYZ18.4922.1542.84-
YUV118.67158.6686.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=16.17%
G=37.20%
B=46.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601381730.650.2000.32198.5848.545.69
Hex3C8AAD4114020c7302e
Octal74212255101240403076056
Binary1111001000101010101101100000110100010000011000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,138,173); }

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

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

 a { background-color: rgb(60,138,173); }

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

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

 span { border-color: rgb(60,138,173); }

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