Shades of Steel Blue #3A79AB
Tints of Steel Blue #3A79AB
RGB
CMYK
RGB Variations
Color information
#3A79AB (or 0x3A79AB) is known color: Steel Blue. HEX triplet: 3A, 79 and AB. RGB value is (58,121,171). Sum of RGB (Red+Green+Blue) = 58+121+171=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A79AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A79AB is #C58654. Grayscale: #6B6B6B. Windows color (decimal): -12944981 or 11237690. OLE color: 11237690.
HSL color Cylindrical-coordinate representation of color #3A79AB: hue angle of 206.55º degrees, saturation: 0.49, 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 #3A79AB is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 121 | 171 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.33 |
| HSL | 206.55º | 0.49% | 0.45% | - |
| HSV(B) | 206.55º | 0.66% | 0.67% | - |
| XYZ | 15.93 | 17.51 | 41.07 | - |
| YUV | 107.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 171 | 0.66 | 0.29 | 0 | 0.33 | 206.55 | 0.49 | 0.45 |
| Hex | 3A | 79 | AB | 42 | 1D | 0 | 21 | CF | 31 | 2D |
| Octal | 72 | 171 | 253 | 102 | 35 | 0 | 41 | 317 | 61 | 55 |
| Binary | 111010 | 1111001 | 10101011 | 1000010 | 11101 | 0 | 100001 | 11001111 | 110001 | 101101 |
Color Harmonies of #3A79AB
Complementary color
Monochromatic Colors of #3A79AB
Black with #3A79AB
Text Example
Text Example
White with #3A79AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A79AB; }
p { color: rgb(58,121,171); }
H1.HeaderClassName
{
color: #3A79AB;
}
.AnyTagClassName
{
color: #3A79AB;
}
</style>
background-color css
<style>
a { background-color: #3A79AB; }
a { background-color: rgb(58,121,171); }
div.DivClassName
{
background-color: #3A79AB;
}
.BgClassName
{
background-color: #3A79AB;
}
</style>
border-color css
<style>
span { border-color: #3A79AB; }
span { border-color: rgb(58,121,171); }
td.TdClassName
{
border-color: #3A79AB;
}
.TagClassName
{
border-color: #3A79AB;
}
</style>