#3C8EAE

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

Shades of Boston Blue #3C8EAE

Tints of Boston Blue #3C8EAE

Color information

#3C8EAE (or 0x3C8EAE) is unknown color: approx Boston Blue. HEX triplet: 3C, 8E and AE. RGB value is (60,142,174). Sum of RGB (Red+Green+Blue) = 60+142+174=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C8EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8EAE is #C37151. Grayscale: #787878. Windows color (decimal): -12808530 or 11439676. OLE color: 11439676.

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

Color convert

RGB60142174-
CMYK0.660.1800.32
HSL196.84º48.72%45.88%-
HSV(B)196.84º65.52%68.24%-
XYZ19.1823.3643.54-
YUV121.13157.8384.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.96%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=15.96%
G=37.77%
B=46.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601421740.660.1800.32196.8448.7245.88
Hex3C8EAE4212020c5312e
Octal74216256102220403056156
Binary1111001000111010101110100001010010010000011000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,142,174); }

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

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

 a { background-color: rgb(60,142,174); }

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

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

 span { border-color: rgb(60,142,174); }

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