Shades of Steel Blue #437FBC
Tints of Steel Blue #437FBC
RGB
CMYK
RGB Variations
Color information
#437FBC (or 0x437FBC) is known color: Steel Blue. HEX triplet: 43, 7F and BC. RGB value is (67,127,188). Sum of RGB (Red+Green+Blue) = 67+127+188=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #437FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437FBC is #BC8043. Grayscale: #737373. Windows color (decimal): -12353604 or 12353347. OLE color: 12353347.
HSL color Cylindrical-coordinate representation of color #437FBC: hue angle of 210.25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #437FBC is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 127 | 188 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.26 |
| HSL | 210.25º | 0.47% | 0.5% | - |
| HSV(B) | 210.25º | 0.64% | 0.74% | - |
| XYZ | 18.98 | 20 | 50.44 | - |
| YUV | 116.01 | 168.62 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 127 | 188 | 0.64 | 0.32 | 0 | 0.26 | 210.25 | 0.47 | 0.5 |
| Hex | 43 | 7F | BC | 40 | 20 | 0 | 1A | D2 | 2F | 32 |
| Octal | 103 | 177 | 274 | 100 | 40 | 0 | 32 | 322 | 57 | 62 |
| Binary | 1000011 | 1111111 | 10111100 | 1000000 | 100000 | 0 | 11010 | 11010010 | 101111 | 110010 |
Color Harmonies of #437FBC
Complementary color
Monochromatic Colors of #437FBC
Black with #437FBC
Text Example
Text Example
White with #437FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437FBC; }
p { color: rgb(67,127,188); }
H1.HeaderClassName
{
color: #437FBC;
}
.AnyTagClassName
{
color: #437FBC;
}
</style>
background-color css
<style>
a { background-color: #437FBC; }
a { background-color: rgb(67,127,188); }
div.DivClassName
{
background-color: #437FBC;
}
.BgClassName
{
background-color: #437FBC;
}
</style>
border-color css
<style>
span { border-color: #437FBC; }
span { border-color: rgb(67,127,188); }
td.TdClassName
{
border-color: #437FBC;
}
.TagClassName
{
border-color: #437FBC;
}
</style>