#3C97BD

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

Shades of Boston Blue #3C97BD

Tints of Boston Blue #3C97BD

Color information

#3C97BD (or 0x3C97BD) is unknown color: approx Boston Blue. HEX triplet: 3C, 97 and BD. RGB value is (60,151,189). Sum of RGB (Red+Green+Blue) = 60+151+189=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C97BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C97BD is #C36842. Grayscale: #7F7F7F. Windows color (decimal): -12806211 or 12425020. OLE color: 12425020.

HSL color Cylindrical-coordinate representation of color #3C97BD: hue angle of 197.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C97BD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60151189-
CMYK0.680.2000.26
HSL197.67º51.81%48.82%-
HSV(B)197.67º68.25%74.12%-
XYZ22.1226.7752.15-
YUV128.12162.3579.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=15%
G=37.75%
B=47.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601511890.680.2000.26197.6751.8148.82
Hex3C97BD441401Ac63431
Octal74227275104240323066461
Binary111100100101111011110110001001010001101011000110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,151,189); }

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

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

 a { background-color: rgb(60,151,189); }

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

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

 span { border-color: rgb(60,151,189); }

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