#3D7FAD

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

Shades of Steel Blue #3D7FAD

Tints of Steel Blue #3D7FAD

Color information

#3D7FAD (or 0x3D7FAD) is unknown color: approx Steel Blue. HEX triplet: 3D, 7F and AD. RGB value is (61,127,173). Sum of RGB (Red+Green+Blue) = 61+127+173=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D7FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7FAD is #C28052. Grayscale: #707070. Windows color (decimal): -12746835 or 11370301. OLE color: 11370301.

HSL color Cylindrical-coordinate representation of color #3D7FAD: hue angle of 204.64º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D7FAD is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61127173-
CMYK0.650.2700.32
HSL204.64º47.86%45.88%-
HSV(B)204.64º64.74%67.84%-
XYZ17.0619.1942.34-
YUV112.51162.1391.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.90%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=16.90%
G=35.18%
B=47.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611271730.650.2700.32204.6447.8645.88
Hex3D7FAD411B020cd302e
Octal75177255101330403156056
Binary111101111111110101101100000111011010000011001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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