Shades of Steel Blue #3D72BD
Tints of Steel Blue #3D72BD
RGB
CMYK
RGB Variations
Color information
#3D72BD (or 0x3D72BD) is known color: Steel Blue. HEX triplet: 3D, 72 and BD. RGB value is (61,114,189). Sum of RGB (Red+Green+Blue) = 61+114+189=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D72BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D72BD is #C28D42. Grayscale: #6A6A6A. Windows color (decimal): -12750147 or 12415549. OLE color: 12415549.
HSL color Cylindrical-coordinate representation of color #3D72BD: hue angle of 215.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D72BD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 114 | 189 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.26 |
| HSL | 215.16º | 0.51% | 0.49% | - |
| HSV(B) | 215.16º | 0.68% | 0.74% | - |
| XYZ | 17.13 | 16.7 | 50.47 | - |
| YUV | 106.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 189 | 0.68 | 0.40 | 0 | 0.26 | 215.16 | 0.51 | 0.49 |
| Hex | 3D | 72 | BD | 44 | 28 | 0 | 1A | D7 | 33 | 31 |
| Octal | 75 | 162 | 275 | 104 | 50 | 0 | 32 | 327 | 63 | 61 |
| Binary | 111101 | 1110010 | 10111101 | 1000100 | 101000 | 0 | 11010 | 11010111 | 110011 | 110001 |
Color Harmonies of #3D72BD
Complementary color
Monochromatic Colors of #3D72BD
Black with #3D72BD
Text Example
Text Example
White with #3D72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D72BD; }
p { color: rgb(61,114,189); }
H1.HeaderClassName
{
color: #3D72BD;
}
.AnyTagClassName
{
color: #3D72BD;
}
</style>
background-color css
<style>
a { background-color: #3D72BD; }
a { background-color: rgb(61,114,189); }
div.DivClassName
{
background-color: #3D72BD;
}
.BgClassName
{
background-color: #3D72BD;
}
</style>
border-color css
<style>
span { border-color: #3D72BD; }
span { border-color: rgb(61,114,189); }
td.TdClassName
{
border-color: #3D72BD;
}
.TagClassName
{
border-color: #3D72BD;
}
</style>