#3D79AA

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

Shades of Steel Blue #3D79AA

Tints of Steel Blue #3D79AA

Color information

#3D79AA (or 0x3D79AA) is unknown color: approx Steel Blue. HEX triplet: 3D, 79 and AA. RGB value is (61,121,170). Sum of RGB (Red+Green+Blue) = 61+121+170=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D79AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D79AA is #C28655. Grayscale: #6C6C6C. Windows color (decimal): -12748374 or 11172157. OLE color: 11172157.

HSL color Cylindrical-coordinate representation of color #3D79AA: hue angle of 206.97º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D79AA is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61121170-
CMYK0.640.2900.33
HSL206.97º47.19%45.29%-
HSV(B)206.97º64.12%66.67%-
XYZ16.0217.5740.58-
YUV108.65162.6294.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.33%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=17.33%
G=34.38%
B=48.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611211700.640.2900.33206.9747.1945.29
Hex3D79AA401D021cf2f2d
Octal75171252100350413175755
Binary111101111100110101010100000011101010000111001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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