Shades of Steel Blue #437FBA
Tints of Steel Blue #437FBA
RGB
CMYK
RGB Variations
Color information
#437FBA (or 0x437FBA) is known color: Steel Blue. HEX triplet: 43, 7F and BA. RGB value is (67,127,186). Sum of RGB (Red+Green+Blue) = 67+127+186=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #437FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437FBA is #BC8045. Grayscale: #737373. Windows color (decimal): -12353606 or 12222275. OLE color: 12222275.
HSL color Cylindrical-coordinate representation of color #437FBA: hue angle of 209.75º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #437FBA is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 127 | 186 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.27 |
| HSL | 209.75º | 0.47% | 0.5% | - |
| HSV(B) | 209.75º | 0.64% | 0.73% | - |
| XYZ | 18.77 | 19.92 | 49.31 | - |
| YUV | 115.79 | 167.62 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 127 | 186 | 0.64 | 0.32 | 0 | 0.27 | 209.75 | 0.47 | 0.5 |
| Hex | 43 | 7F | BA | 40 | 20 | 0 | 1B | D2 | 2F | 32 |
| Octal | 103 | 177 | 272 | 100 | 40 | 0 | 33 | 322 | 57 | 62 |
| Binary | 1000011 | 1111111 | 10111010 | 1000000 | 100000 | 0 | 11011 | 11010010 | 101111 | 110010 |
Color Harmonies of #437FBA
Complementary color
Monochromatic Colors of #437FBA
Black with #437FBA
Text Example
Text Example
White with #437FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437FBA; }
p { color: rgb(67,127,186); }
H1.HeaderClassName
{
color: #437FBA;
}
.AnyTagClassName
{
color: #437FBA;
}
</style>
background-color css
<style>
a { background-color: #437FBA; }
a { background-color: rgb(67,127,186); }
div.DivClassName
{
background-color: #437FBA;
}
.BgClassName
{
background-color: #437FBA;
}
</style>
border-color css
<style>
span { border-color: #437FBA; }
span { border-color: rgb(67,127,186); }
td.TdClassName
{
border-color: #437FBA;
}
.TagClassName
{
border-color: #437FBA;
}
</style>