#3A79AC

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

Shades of Steel Blue #3A79AC

Tints of Steel Blue #3A79AC

Color information

#3A79AC (or 0x3A79AC) is unknown color: approx Steel Blue. HEX triplet: 3A, 79 and AC. RGB value is (58,121,172). Sum of RGB (Red+Green+Blue) = 58+121+172=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A79AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A79AC is #C58653. Grayscale: #6B6B6B. Windows color (decimal): -12944980 or 11303226. OLE color: 11303226.

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

Color convert

RGB58121172-
CMYK0.660.3000.33
HSL206.84º49.57%45.1%-
HSV(B)206.84º66.28%67.45%-
XYZ16.0317.5541.57-
YUV107.98164.1392.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=16.52%
G=34.47%
B=49.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581211720.660.3000.33206.8449.5745.1
Hex3A79AC421E021cf322d
Octal72171254102360413176255
Binary111010111100110101100100001011110010000111001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,172); }

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

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

 a { background-color: rgb(58,121,172); }

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

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

 span { border-color: rgb(58,121,172); }

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