Shades of Steel Blue #4372BF
Tints of Steel Blue #4372BF
RGB
CMYK
RGB Variations
Color information
#4372BF (or 0x4372BF) is known color: Steel Blue. HEX triplet: 43, 72 and BF. RGB value is (67,114,191). Sum of RGB (Red+Green+Blue) = 67+114+191=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4372BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372BF is #BC8D40. Grayscale: #6C6C6C. Windows color (decimal): -12356929 or 12546627. OLE color: 12546627.
HSL color Cylindrical-coordinate representation of color #4372BF: hue angle of 217.26º 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 #4372BF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 114 | 191 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.25 |
| HSL | 217.26º | 0.49% | 0.51% | - |
| HSV(B) | 217.26º | 0.65% | 0.75% | - |
| XYZ | 17.74 | 16.99 | 51.63 | - |
| YUV | 108.73 | 174.43 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 191 | 0.65 | 0.40 | 0 | 0.25 | 217.26 | 0.49 | 0.51 |
| Hex | 43 | 72 | BF | 41 | 28 | 0 | 19 | D9 | 31 | 33 |
| Octal | 103 | 162 | 277 | 101 | 50 | 0 | 31 | 331 | 61 | 63 |
| Binary | 1000011 | 1110010 | 10111111 | 1000001 | 101000 | 0 | 11001 | 11011001 | 110001 | 110011 |
Color Harmonies of #4372BF
Complementary color
Monochromatic Colors of #4372BF
Black with #4372BF
Text Example
Text Example
White with #4372BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372BF; }
p { color: rgb(67,114,191); }
H1.HeaderClassName
{
color: #4372BF;
}
.AnyTagClassName
{
color: #4372BF;
}
</style>
background-color css
<style>
a { background-color: #4372BF; }
a { background-color: rgb(67,114,191); }
div.DivClassName
{
background-color: #4372BF;
}
.BgClassName
{
background-color: #4372BF;
}
</style>
border-color css
<style>
span { border-color: #4372BF; }
span { border-color: rgb(67,114,191); }
td.TdClassName
{
border-color: #4372BF;
}
.TagClassName
{
border-color: #4372BF;
}
</style>