#3c9bba

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

Shades of Boston Blue #3C9BBA

Tints of Boston Blue #3C9BBA

Color information

#3C9BBA (or 0x3C9BBA) is unknown color: approx Boston Blue. HEX triplet: 3C, 9B and BA. RGB value is (60,155,186). Sum of RGB (Red+Green+Blue) = 60+155+186=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C9BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BBA is #C36445. Grayscale: #818181. Windows color (decimal): -12805190 or 12229436. OLE color: 12229436.

HSL color Cylindrical-coordinate representation of color #3C9BBA: hue angle of 194.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C9BBA is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB60155186-
CMYK0.680.1700.27
HSL194.76º51.22%48.24%-
HSV(B)194.76º67.74%72.94%-
XYZ22.4527.9550.67-
YUV130.13159.5377.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.96%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=14.96%
G=38.65%
B=46.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601551860.680.1700.27194.7651.2248.24
Hex3C9BBA441101Bc33330
Octal74233272104210333036360
Binary111100100110111011101010001001000101101111000011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c9bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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