#3B8CB0

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

Shades of Boston Blue #3B8CB0

Tints of Boston Blue #3B8CB0

Color information

#3B8CB0 (or 0x3B8CB0) is unknown color: approx Boston Blue. HEX triplet: 3B, 8C and B0. RGB value is (59,140,176). Sum of RGB (Red+Green+Blue) = 59+140+176=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B8CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8CB0 is #C4734F. Grayscale: #777777. Windows color (decimal): -12874576 or 11570235. OLE color: 11570235.

HSL color Cylindrical-coordinate representation of color #3B8CB0: hue angle of 198.46º degrees, saturation: 0.5, 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 #3B8CB0 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59140176-
CMYK0.660.2000.31
HSL198.46º49.79%46.08%-
HSV(B)198.46º66.48%69.02%-
XYZ19.0222.8244.48-
YUV119.88159.6684.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.73%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=15.73%
G=37.33%
B=46.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591401760.660.2000.31198.4649.7946.08
Hex3B8CB0421401Fc6322e
Octal73214260102240373066256
Binary111011100011001011000010000101010001111111000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,140,176); }

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

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

 a { background-color: rgb(59,140,176); }

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

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

 span { border-color: rgb(59,140,176); }

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