Shades of Steel Blue #4372BC
Tints of Steel Blue #4372BC
RGB
CMYK
RGB Variations
Color information
#4372BC (or 0x4372BC) is known color: Steel Blue. HEX triplet: 43, 72 and BC. RGB value is (67,114,188). Sum of RGB (Red+Green+Blue) = 67+114+188=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4372BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372BC is #BC8D43. Grayscale: #6C6C6C. Windows color (decimal): -12356932 or 12350019. OLE color: 12350019.
HSL color Cylindrical-coordinate representation of color #4372BC: hue angle of 216.69º 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 #4372BC is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 114 | 188 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.26 |
| HSL | 216.69º | 0.47% | 0.5% | - |
| HSV(B) | 216.69º | 0.64% | 0.74% | - |
| XYZ | 17.41 | 16.86 | 49.91 | - |
| YUV | 108.38 | 172.93 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 188 | 0.64 | 0.39 | 0 | 0.26 | 216.69 | 0.47 | 0.5 |
| Hex | 43 | 72 | BC | 40 | 27 | 0 | 1A | D9 | 2F | 32 |
| Octal | 103 | 162 | 274 | 100 | 47 | 0 | 32 | 331 | 57 | 62 |
| Binary | 1000011 | 1110010 | 10111100 | 1000000 | 100111 | 0 | 11010 | 11011001 | 101111 | 110010 |
Color Harmonies of #4372BC
Complementary color
Monochromatic Colors of #4372BC
Black with #4372BC
Text Example
Text Example
White with #4372BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4372BC; }
p { color: rgb(67,114,188); }
H1.HeaderClassName
{
color: #4372BC;
}
.AnyTagClassName
{
color: #4372BC;
}
</style>
background-color css
<style>
a { background-color: #4372BC; }
a { background-color: rgb(67,114,188); }
div.DivClassName
{
background-color: #4372BC;
}
.BgClassName
{
background-color: #4372BC;
}
</style>
border-color css
<style>
span { border-color: #4372BC; }
span { border-color: rgb(67,114,188); }
td.TdClassName
{
border-color: #4372BC;
}
.TagClassName
{
border-color: #4372BC;
}
</style>