#3994AA

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

Shades of Boston Blue #3994AA

Tints of Boston Blue #3994AA

Color information

#3994AA (or 0x3994AA) is unknown color: approx Boston Blue. HEX triplet: 39, 94 and AA. RGB value is (57,148,170). Sum of RGB (Red+Green+Blue) = 57+148+170=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #3994AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3994AA is #C66B55. Grayscale: #7B7B7B. Windows color (decimal): -13003606 or 11179065. OLE color: 11179065.

HSL color Cylindrical-coordinate representation of color #3994AA: hue angle of 191.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3994AA is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57148170-
CMYK0.660.1300.33
HSL191.68º49.78%44.51%-
HSV(B)191.68º66.47%66.67%-
XYZ19.5324.9541.82-
YUV123.3154.3580.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.2%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=15.2%
G=39.47%
B=45.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571481700.660.1300.33191.6849.7844.51
Hex3994AA42D021c0322d
Octal71224252102150413006255
Binary111001100101001010101010000101101010000111000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3994AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3994AA; }

 p { color: rgb(57,148,170); }

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

<style>
 a { background-color: #3994AA; }

 a { background-color: rgb(57,148,170); }

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

<style>
 span { border-color: #3994AA; }

 span { border-color: rgb(57,148,170); }

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