#3C8AB0

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

Shades of Boston Blue #3C8AB0

Tints of Boston Blue #3C8AB0

Color information

#3C8AB0 (or 0x3C8AB0) is unknown color: approx Boston Blue. HEX triplet: 3C, 8A and B0. RGB value is (60,138,176). Sum of RGB (Red+Green+Blue) = 60+138+176=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C8AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8AB0 is #C3754F. Grayscale: #767676. Windows color (decimal): -12809552 or 11569724. OLE color: 11569724.

HSL color Cylindrical-coordinate representation of color #3C8AB0: hue angle of 199.66º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C8AB0 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60138176-
CMYK0.660.2200.31
HSL199.66º49.15%46.27%-
HSV(B)199.66º65.91%69.02%-
XYZ18.7922.2744.38-
YUV119.01160.1685.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.04%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 176 (69.14% from 255) = 47.06%
R=16.04%
G=36.90%
B=47.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601381760.660.2200.31199.6649.1546.27
Hex3C8AB0421601Fc8312e
Octal74212260102260373106156
Binary111100100010101011000010000101011001111111001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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