Shades of Steel Blue #437DBF
Tints of Steel Blue #437DBF
RGB
CMYK
RGB Variations
Color information
#437DBF (or 0x437DBF) is known color: Steel Blue. HEX triplet: 43, 7D and BF. RGB value is (67,125,191). Sum of RGB (Red+Green+Blue) = 67+125+191=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #437DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437DBF is #BC8240. Grayscale: #727272. Windows color (decimal): -12354113 or 12549443. OLE color: 12549443.
HSL color Cylindrical-coordinate representation of color #437DBF: hue angle of 211.94º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #437DBF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 125 | 191 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.25 |
| HSL | 211.94º | 0.49% | 0.51% | - |
| HSV(B) | 211.94º | 0.65% | 0.75% | - |
| XYZ | 19.05 | 19.62 | 52.07 | - |
| YUV | 115.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 191 | 0.65 | 0.35 | 0 | 0.25 | 211.94 | 0.49 | 0.51 |
| Hex | 43 | 7D | BF | 41 | 23 | 0 | 19 | D4 | 31 | 33 |
| Octal | 103 | 175 | 277 | 101 | 43 | 0 | 31 | 324 | 61 | 63 |
| Binary | 1000011 | 1111101 | 10111111 | 1000001 | 100011 | 0 | 11001 | 11010100 | 110001 | 110011 |
Color Harmonies of #437DBF
Complementary color
Monochromatic Colors of #437DBF
Black with #437DBF
Text Example
Text Example
White with #437DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437DBF; }
p { color: rgb(67,125,191); }
H1.HeaderClassName
{
color: #437DBF;
}
.AnyTagClassName
{
color: #437DBF;
}
</style>
background-color css
<style>
a { background-color: #437DBF; }
a { background-color: rgb(67,125,191); }
div.DivClassName
{
background-color: #437DBF;
}
.BgClassName
{
background-color: #437DBF;
}
</style>
border-color css
<style>
span { border-color: #437DBF; }
span { border-color: rgb(67,125,191); }
td.TdClassName
{
border-color: #437DBF;
}
.TagClassName
{
border-color: #437DBF;
}
</style>