#3D79AE

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

Shades of Steel Blue #3D79AE

Tints of Steel Blue #3D79AE

Color information

#3D79AE (or 0x3D79AE) is unknown color: approx Steel Blue. HEX triplet: 3D, 79 and AE. RGB value is (61,121,174). Sum of RGB (Red+Green+Blue) = 61+121+174=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D79AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D79AE is #C28651. Grayscale: #6C6C6C. Windows color (decimal): -12748370 or 11434301. OLE color: 11434301.

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

Color convert

RGB61121174-
CMYK0.650.3000.32
HSL208.14º48.09%46.08%-
HSV(B)208.14º64.94%68.24%-
XYZ16.417.7242.6-
YUV109.1164.6293.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=17.13%
G=33.99%
B=48.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611211740.650.3000.32208.1448.0946.08
Hex3D79AE411E020d0302e
Octal75171256101360403206056
Binary111101111100110101110100000111110010000011010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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