#3C8FB2

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

Shades of Boston Blue #3C8FB2

Tints of Boston Blue #3C8FB2

Color information

#3C8FB2 (or 0x3C8FB2) is unknown color: approx Boston Blue. HEX triplet: 3C, 8F and B2. RGB value is (60,143,178). Sum of RGB (Red+Green+Blue) = 60+143+178=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C8FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8FB2 is #C3704D. Grayscale: #797979. Windows color (decimal): -12808270 or 11702076. OLE color: 11702076.

HSL color Cylindrical-coordinate representation of color #3C8FB2: hue angle of 197.8º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C8FB2 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB60143178-
CMYK0.660.2000.30
HSL197.8º49.58%46.67%-
HSV(B)197.8º66.29%69.8%-
XYZ19.7223.8245.68-
YUV122.17159.583.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.75%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=15.75%
G=37.53%
B=46.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601431780.660.2000.30197.849.5846.67
Hex3C8FB2421401Ec6322f
Octal74217262102240363066257
Binary111100100011111011001010000101010001111011000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,143,178); }

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

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

 a { background-color: rgb(60,143,178); }

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

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

 span { border-color: rgb(60,143,178); }

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