#3B9CBF

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

Shades of Boston Blue #3B9CBF

Tints of Boston Blue #3B9CBF

Color information

#3B9CBF (or 0x3B9CBF) is unknown color: approx Boston Blue. HEX triplet: 3B, 9C and BF. RGB value is (59,156,191). Sum of RGB (Red+Green+Blue) = 59+156+191=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B9CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9CBF is #C46340. Grayscale: #828282. Windows color (decimal): -12870465 or 12557371. OLE color: 12557371.

HSL color Cylindrical-coordinate representation of color #3B9CBF: hue angle of 195.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B9CBF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59156191-
CMYK0.690.1800.25
HSL195.91º52.8%49.02%-
HSV(B)195.91º69.11%74.9%-
XYZ23.128.4753.57-
YUV130.99161.8676.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.53%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 191 (75% from 255) = 47.04%
R=14.53%
G=38.42%
B=47.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591561910.690.1800.25195.9152.849.02
Hex3B9CBF4512019c43531
Octal73234277105220313046561
Binary111011100111001011111110001011001001100111000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,156,191); }

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

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

 a { background-color: rgb(59,156,191); }

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

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

 span { border-color: rgb(59,156,191); }

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