#3F82A3

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

Shades of Boston Blue #3F82A3

Tints of Boston Blue #3F82A3

Color information

#3F82A3 (or 0x3F82A3) is unknown color: approx Boston Blue. HEX triplet: 3F, 82 and A3. RGB value is (63,130,163). Sum of RGB (Red+Green+Blue) = 63+130+163=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F82A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F82A3 is #C07D5C. Grayscale: #717171. Windows color (decimal): -12615005 or 10715711. OLE color: 10715711.

HSL color Cylindrical-coordinate representation of color #3F82A3: hue angle of 199.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F82A3 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB63130163-
CMYK0.610.2000.36
HSL199.8º44.25%44.31%-
HSV(B)199.8º61.35%63.92%-
XYZ16.6419.6737.57-
YUV113.73155.891.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=17.70%
G=36.52%
B=45.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631301630.610.2000.36199.844.2544.31
Hex3F82A33D14024c82c2c
Octal7720224375240443105454
Binary111111100000101010001111110110100010010011001000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F82A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,163); }

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

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

 a { background-color: rgb(63,130,163); }

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

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

 span { border-color: rgb(63,130,163); }

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