#3D92B5

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

Shades of Boston Blue #3D92B5

Tints of Boston Blue #3D92B5

Color information

#3D92B5 (or 0x3D92B5) is unknown color: approx Boston Blue. HEX triplet: 3D, 92 and B5. RGB value is (61,146,181). Sum of RGB (Red+Green+Blue) = 61+146+181=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #3D92B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D92B5 is #C26D4A. Grayscale: #7C7C7C. Windows color (decimal): -12741963 or 11899453. OLE color: 11899453.

HSL color Cylindrical-coordinate representation of color #3D92B5: hue angle of 197.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D92B5 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB61146181-
CMYK0.660.1900.29
HSL197.5º49.59%47.45%-
HSV(B)197.5º66.3%70.98%-
XYZ20.5424.8947.44-
YUV124.58159.8482.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.72%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 181 (71.09% from 255) = 46.65%
R=15.72%
G=37.63%
B=46.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal611461810.660.1900.29197.549.5947.45
Hex3D92B5421301Dc6322f
Octal75222265102230353066257
Binary111101100100101011010110000101001101110111000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D92B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,146,181); }

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

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

 a { background-color: rgb(61,146,181); }

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

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

 span { border-color: rgb(61,146,181); }

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