#3D73AE

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

Shades of Steel Blue #3D73AE

Tints of Steel Blue #3D73AE

Color information

#3D73AE (or 0x3D73AE) is unknown color: approx Steel Blue. HEX triplet: 3D, 73 and AE. RGB value is (61,115,174). Sum of RGB (Red+Green+Blue) = 61+115+174=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D73AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D73AE is #C28C51. Grayscale: #696969. Windows color (decimal): -12749906 or 11432765. OLE color: 11432765.

HSL color Cylindrical-coordinate representation of color #3D73AE: hue angle of 211.33º 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 #3D73AE is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61115174-
CMYK0.650.3400.32
HSL211.33º48.09%46.08%-
HSV(B)211.33º64.94%68.24%-
XYZ15.716.3142.37-
YUV105.58166.6196.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=17.43%
G=32.86%
B=49.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611151740.650.3400.32211.3348.0946.08
Hex3D73AE4122020d3302e
Octal75163256101420403236056
Binary1111011110011101011101000001100010010000011010011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,174); }

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

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

 a { background-color: rgb(61,115,174); }

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

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

 span { border-color: rgb(61,115,174); }

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