Shades of Steel Blue #437EC0
Tints of Steel Blue #437EC0
RGB
CMYK
RGB Variations
Color information
#437EC0 (or 0x437EC0) is known color: Steel Blue. HEX triplet: 43, 7E and C0. RGB value is (67,126,192). Sum of RGB (Red+Green+Blue) = 67+126+192=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #437EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #437EC0 is #BC813F. Grayscale: #737373. Windows color (decimal): -12353856 or 12615235. OLE color: 12615235.
HSL color Cylindrical-coordinate representation of color #437EC0: hue angle of 211.68º 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 #437EC0 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 126 | 192 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.25 |
| HSL | 211.68º | 0.5% | 0.51% | - |
| HSV(B) | 211.68º | 0.65% | 0.75% | - |
| XYZ | 19.29 | 19.92 | 52.7 | - |
| YUV | 115.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 126 | 192 | 0.65 | 0.34 | 0 | 0.25 | 211.68 | 0.5 | 0.51 |
| Hex | 43 | 7E | C0 | 41 | 22 | 0 | 19 | D4 | 32 | 33 |
| Octal | 103 | 176 | 300 | 101 | 42 | 0 | 31 | 324 | 62 | 63 |
| Binary | 1000011 | 1111110 | 11000000 | 1000001 | 100010 | 0 | 11001 | 11010100 | 110010 | 110011 |
Color Harmonies of #437EC0
Complementary color
Monochromatic Colors of #437EC0
Black with #437EC0
Text Example
Text Example
White with #437EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437EC0; }
p { color: rgb(67,126,192); }
H1.HeaderClassName
{
color: #437EC0;
}
.AnyTagClassName
{
color: #437EC0;
}
</style>
background-color css
<style>
a { background-color: #437EC0; }
a { background-color: rgb(67,126,192); }
div.DivClassName
{
background-color: #437EC0;
}
.BgClassName
{
background-color: #437EC0;
}
</style>
border-color css
<style>
span { border-color: #437EC0; }
span { border-color: rgb(67,126,192); }
td.TdClassName
{
border-color: #437EC0;
}
.TagClassName
{
border-color: #437EC0;
}
</style>