#3C98BE

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

Shades of Boston Blue #3C98BE

Tints of Boston Blue #3C98BE

Color information

#3C98BE (or 0x3C98BE) is unknown color: approx Boston Blue. HEX triplet: 3C, 98 and BE. RGB value is (60,152,190). Sum of RGB (Red+Green+Blue) = 60+152+190=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C98BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C98BE is #C36741. Grayscale: #808080. Windows color (decimal): -12805954 or 12490812. OLE color: 12490812.

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

Color convert

RGB60152190-
CMYK0.680.200.25
HSL197.54º52%49.02%-
HSV(B)197.54º68.42%74.51%-
XYZ22.3927.1352.77-
YUV128.82162.5278.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.93%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=14.93%
G=37.81%
B=47.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601521900.680.200.25197.545249.02
Hex3C98BE4414019c63431
Octal74230276104240313066461
Binary111100100110001011111010001001010001100111000110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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