Shades of Steel Blue #437AC0
Tints of Steel Blue #437AC0
RGB
CMYK
RGB Variations
Color information
#437AC0 (or 0x437AC0) is known color: Steel Blue. HEX triplet: 43, 7A and C0. RGB value is (67,122,192). Sum of RGB (Red+Green+Blue) = 67+122+192=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #437AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437AC0 is #BC853F. Grayscale: #717171. Windows color (decimal): -12354880 or 12614211. OLE color: 12614211.
HSL color Cylindrical-coordinate representation of color #437AC0: hue angle of 213.6º degrees, saturation: 0.5, 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 #437AC0 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 122 | 192 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.25 |
| HSL | 213.6º | 0.5% | 0.51% | - |
| HSV(B) | 213.6º | 0.65% | 0.75% | - |
| XYZ | 18.79 | 18.92 | 52.53 | - |
| YUV | 113.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 122 | 192 | 0.65 | 0.36 | 0 | 0.25 | 213.6 | 0.5 | 0.51 |
| Hex | 43 | 7A | C0 | 41 | 24 | 0 | 19 | D6 | 32 | 33 |
| Octal | 103 | 172 | 300 | 101 | 44 | 0 | 31 | 326 | 62 | 63 |
| Binary | 1000011 | 1111010 | 11000000 | 1000001 | 100100 | 0 | 11001 | 11010110 | 110010 | 110011 |
Color Harmonies of #437AC0
Complementary color
Monochromatic Colors of #437AC0
Black with #437AC0
Text Example
Text Example
White with #437AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437AC0; }
p { color: rgb(67,122,192); }
H1.HeaderClassName
{
color: #437AC0;
}
.AnyTagClassName
{
color: #437AC0;
}
</style>
background-color css
<style>
a { background-color: #437AC0; }
a { background-color: rgb(67,122,192); }
div.DivClassName
{
background-color: #437AC0;
}
.BgClassName
{
background-color: #437AC0;
}
</style>
border-color css
<style>
span { border-color: #437AC0; }
span { border-color: rgb(67,122,192); }
td.TdClassName
{
border-color: #437AC0;
}
.TagClassName
{
border-color: #437AC0;
}
</style>