#3982A4

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

Shades of Boston Blue #3982A4

Tints of Boston Blue #3982A4

Color information

#3982A4 (or 0x3982A4) is unknown color: approx Boston Blue. HEX triplet: 39, 82 and A4. RGB value is (57,130,164). Sum of RGB (Red+Green+Blue) = 57+130+164=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #3982A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3982A4 is #C67D5B. Grayscale: #6F6F6F. Windows color (decimal): -13008220 or 10781241. OLE color: 10781241.

HSL color Cylindrical-coordinate representation of color #3982A4: hue angle of 199.07º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3982A4 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57130164-
CMYK0.650.2100.36
HSL199.07º48.42%43.33%-
HSV(B)199.07º65.24%64.31%-
XYZ16.3719.5238.03-
YUV112.05157.3288.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=16.24%
G=37.04%
B=46.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571301640.650.2100.36199.0748.4243.33
Hex3982A44115024c7302b
Octal71202244101250443076053
Binary1110011000001010100100100000110101010010011000111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3982A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3982A4; }

 p { color: rgb(57,130,164); }

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

<style>
 a { background-color: #3982A4; }

 a { background-color: rgb(57,130,164); }

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

<style>
 span { border-color: #3982A4; }

 span { border-color: rgb(57,130,164); }

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