#3C92AD

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

Shades of Boston Blue #3C92AD

Tints of Boston Blue #3C92AD

Color information

#3C92AD (or 0x3C92AD) is unknown color: approx Boston Blue. HEX triplet: 3C, 92 and AD. RGB value is (60,146,173). Sum of RGB (Red+Green+Blue) = 60+146+173=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C92AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C92AD is #C36D52. Grayscale: #7B7B7B. Windows color (decimal): -12807507 or 11375164. OLE color: 11375164.

HSL color Cylindrical-coordinate representation of color #3C92AD: hue angle of 194.34º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C92AD is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB60146173-
CMYK0.650.1600.32
HSL194.34º48.5%45.69%-
HSV(B)194.34º65.32%67.84%-
XYZ19.6924.5443.23-
YUV123.36156.0182.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.83%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=15.83%
G=38.52%
B=45.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601461730.650.1600.32194.3448.545.69
Hex3C92AD4110020c2302e
Octal74222255101200403026056
Binary1111001001001010101101100000110000010000011000010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,146,173); }

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

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

 a { background-color: rgb(60,146,173); }

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

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

 span { border-color: rgb(60,146,173); }

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