#3C98BD

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

Shades of Boston Blue #3C98BD

Tints of Boston Blue #3C98BD

Color information

#3C98BD (or 0x3C98BD) is unknown color: approx Boston Blue. HEX triplet: 3C, 98 and BD. RGB value is (60,152,189). Sum of RGB (Red+Green+Blue) = 60+152+189=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C98BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C98BD is #C36742. Grayscale: #808080. Windows color (decimal): -12805955 or 12425276. OLE color: 12425276.

HSL color Cylindrical-coordinate representation of color #3C98BD: hue angle of 197.21º 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 #3C98BD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60152189-
CMYK0.680.2000.26
HSL197.21º51.81%48.82%-
HSV(B)197.21º68.25%74.12%-
XYZ22.2827.0952.2-
YUV128.71162.0278.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.96%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=14.96%
G=37.91%
B=47.13%

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
Decimal601521890.680.2000.26197.2151.8148.82
Hex3C98BD441401Ac53431
Octal74230275104240323056461
Binary111100100110001011110110001001010001101011000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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