Shades of Steel Blue #3D77AD
Tints of Steel Blue #3D77AD
RGB
CMYK
RGB Variations
Color information
#3D77AD (or 0x3D77AD) is known color: Steel Blue. HEX triplet: 3D, 77 and AD. RGB value is (61,119,173). Sum of RGB (Red+Green+Blue) = 61+119+173=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D77AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D77AD is #C28852. Grayscale: #6B6B6B. Windows color (decimal): -12748883 or 11368253. OLE color: 11368253.
HSL color Cylindrical-coordinate representation of color #3D77AD: hue angle of 208.93º 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 #3D77AD is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 119 | 173 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.32 |
| HSL | 208.93º | 0.48% | 0.46% | - |
| HSV(B) | 208.93º | 0.65% | 0.68% | - |
| XYZ | 16.06 | 17.2 | 42.01 | - |
| YUV | 107.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 173 | 0.65 | 0.31 | 0 | 0.32 | 208.93 | 0.48 | 0.46 |
| Hex | 3D | 77 | AD | 41 | 1F | 0 | 20 | D1 | 30 | 2E |
| Octal | 75 | 167 | 255 | 101 | 37 | 0 | 40 | 321 | 60 | 56 |
| Binary | 111101 | 1110111 | 10101101 | 1000001 | 11111 | 0 | 100000 | 11010001 | 110000 | 101110 |
Color Harmonies of #3D77AD
Complementary color
Monochromatic Colors of #3D77AD
Black with #3D77AD
Text Example
Text Example
White with #3D77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D77AD; }
p { color: rgb(61,119,173); }
H1.HeaderClassName
{
color: #3D77AD;
}
.AnyTagClassName
{
color: #3D77AD;
}
</style>
background-color css
<style>
a { background-color: #3D77AD; }
a { background-color: rgb(61,119,173); }
div.DivClassName
{
background-color: #3D77AD;
}
.BgClassName
{
background-color: #3D77AD;
}
</style>
border-color css
<style>
span { border-color: #3D77AD; }
span { border-color: rgb(61,119,173); }
td.TdClassName
{
border-color: #3D77AD;
}
.TagClassName
{
border-color: #3D77AD;
}
</style>