Shades of Steel Blue #4382BE
Tints of Steel Blue #4382BE
RGB
CMYK
RGB Variations
Color information
#4382BE (or 0x4382BE) is known color: Steel Blue. HEX triplet: 43, 82 and BE. RGB value is (67,130,190). Sum of RGB (Red+Green+Blue) = 67+130+190=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4382BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4382BE is #BC7D41. Grayscale: #757575. Windows color (decimal): -12352834 or 12485187. OLE color: 12485187.
HSL color Cylindrical-coordinate representation of color #4382BE: hue angle of 209.27º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4382BE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 130 | 190 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.25 |
| HSL | 209.27º | 0.49% | 0.5% | - |
| HSV(B) | 209.27º | 0.65% | 0.75% | - |
| XYZ | 19.59 | 20.88 | 51.71 | - |
| YUV | 118 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 190 | 0.65 | 0.32 | 0 | 0.25 | 209.27 | 0.49 | 0.5 |
| Hex | 43 | 82 | BE | 41 | 20 | 0 | 19 | D1 | 31 | 32 |
| Octal | 103 | 202 | 276 | 101 | 40 | 0 | 31 | 321 | 61 | 62 |
| Binary | 1000011 | 10000010 | 10111110 | 1000001 | 100000 | 0 | 11001 | 11010001 | 110001 | 110010 |
Color Harmonies of #4382BE
Complementary color
Monochromatic Colors of #4382BE
Black with #4382BE
Text Example
Text Example
White with #4382BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4382BE; }
p { color: rgb(67,130,190); }
H1.HeaderClassName
{
color: #4382BE;
}
.AnyTagClassName
{
color: #4382BE;
}
</style>
background-color css
<style>
a { background-color: #4382BE; }
a { background-color: rgb(67,130,190); }
div.DivClassName
{
background-color: #4382BE;
}
.BgClassName
{
background-color: #4382BE;
}
</style>
border-color css
<style>
span { border-color: #4382BE; }
span { border-color: rgb(67,130,190); }
td.TdClassName
{
border-color: #4382BE;
}
.TagClassName
{
border-color: #4382BE;
}
</style>