#3C9BBF

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

Shades of Boston Blue #3C9BBF

Tints of Boston Blue #3C9BBF

Color information

#3C9BBF (or 0x3C9BBF) is unknown color: approx Boston Blue. HEX triplet: 3C, 9B and BF. RGB value is (60,155,191). Sum of RGB (Red+Green+Blue) = 60+155+191=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 155 (60.94% from 255 or 38.18% 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 #3C9BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BBF is #C36440. Grayscale: #828282. Windows color (decimal): -12805185 or 12557116. OLE color: 12557116.

HSL color Cylindrical-coordinate representation of color #3C9BBF: hue angle of 196.49º degrees, saturation: 0.52, 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 #3C9BBF is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60155191-
CMYK0.690.1900.25
HSL196.49º52.19%49.22%-
HSV(B)196.49º68.59%74.9%-
XYZ22.9928.1653.51-
YUV130.7162.0377.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.78%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 191 (75% from 255) = 47.04%
R=14.78%
G=38.18%
B=47.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601551910.690.1900.25196.4952.1949.22
Hex3C9BBF4513019c43431
Octal74233277105230313046461
Binary111100100110111011111110001011001101100111000100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,155,191); }

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

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

 a { background-color: rgb(60,155,191); }

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

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

 span { border-color: rgb(60,155,191); }

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