#3D7FA4

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

Shades of Boston Blue #3D7FA4

Tints of Boston Blue #3D7FA4

Color information

#3D7FA4 (or 0x3D7FA4) is unknown color: approx Boston Blue. HEX triplet: 3D, 7F and A4. RGB value is (61,127,164). Sum of RGB (Red+Green+Blue) = 61+127+164=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D7FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7FA4 is #C2805B. Grayscale: #6F6F6F. Windows color (decimal): -12746844 or 10780477. OLE color: 10780477.

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

Color convert

RGB61127164-
CMYK0.630.2300.36
HSL201.55º45.78%44.12%-
HSV(B)201.55º62.8%64.31%-
XYZ16.2118.8537.91-
YUV111.48157.6391.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.33%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 164 (64.45% from 255) = 46.59%
R=17.33%
G=36.08%
B=46.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611271640.630.2300.36201.5545.7844.12
Hex3D7FA43F17024ca2e2c
Octal7517724477270443125654
Binary11110111111111010010011111110111010010011001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,164); }

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

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

 a { background-color: rgb(61,127,164); }

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

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

 span { border-color: rgb(61,127,164); }

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