#3995AD

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

Shades of Boston Blue #3995AD

Tints of Boston Blue #3995AD

Color information

#3995AD (or 0x3995AD) is unknown color: approx Boston Blue. HEX triplet: 39, 95 and AD. RGB value is (57,149,173). Sum of RGB (Red+Green+Blue) = 57+149+173=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 149 (58.59% from 255 or 39.31% 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 #3995AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3995AD is #C66A52. Grayscale: #7C7C7C. Windows color (decimal): -13003347 or 11375929. OLE color: 11375929.

HSL color Cylindrical-coordinate representation of color #3995AD: hue angle of 192.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3995AD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57149173-
CMYK0.670.1400.32
HSL192.41º50.43%45.1%-
HSV(B)192.41º67.05%67.84%-
XYZ19.9825.3843.38-
YUV124.23155.5280.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=15.04%
G=39.31%
B=45.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571491730.670.1400.32192.4150.4345.1
Hex3995AD43E020c0322d
Octal71225255103160403006255
Binary111001100101011010110110000111110010000011000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3995AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3995AD; }

 p { color: rgb(57,149,173); }

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

<style>
 a { background-color: #3995AD; }

 a { background-color: rgb(57,149,173); }

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

<style>
 span { border-color: #3995AD; }

 span { border-color: rgb(57,149,173); }

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