#3C8DAA

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

Shades of Boston Blue #3C8DAA

Tints of Boston Blue #3C8DAA

Color information

#3C8DAA (or 0x3C8DAA) is unknown color: approx Boston Blue. HEX triplet: 3C, 8D and AA. RGB value is (60,141,170). Sum of RGB (Red+Green+Blue) = 60+141+170=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C8DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8DAA is #C37255. Grayscale: #777777. Windows color (decimal): -12808790 or 11177276. OLE color: 11177276.

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

Color convert

RGB60141170-
CMYK0.650.1700.33
HSL195.82º47.83%45.1%-
HSV(B)195.82º64.71%66.67%-
XYZ18.6422.9141.47-
YUV120.09156.1685.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=16.17%
G=38.01%
B=45.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601411700.650.1700.33195.8247.8345.1
Hex3C8DAA4111021c4302d
Octal74215252101210413046055
Binary1111001000110110101010100000110001010000111000100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,141,170); }

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

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

 a { background-color: rgb(60,141,170); }

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

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

 span { border-color: rgb(60,141,170); }

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