Shades of Steel Blue #4380BF
Tints of Steel Blue #4380BF
RGB
CMYK
RGB Variations
Color information
#4380BF (or 0x4380BF) is known color: Steel Blue. HEX triplet: 43, 80 and BF. RGB value is (67,128,191). Sum of RGB (Red+Green+Blue) = 67+128+191=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #4380BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380BF is #BC7F40. Grayscale: #747474. Windows color (decimal): -12353345 or 12550211. OLE color: 12550211.
HSL color Cylindrical-coordinate representation of color #4380BF: hue angle of 210.48º 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 #4380BF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 128 | 191 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.25 |
| HSL | 210.48º | 0.49% | 0.51% | - |
| HSV(B) | 210.48º | 0.65% | 0.75% | - |
| XYZ | 19.44 | 20.39 | 52.2 | - |
| YUV | 116.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 191 | 0.65 | 0.33 | 0 | 0.25 | 210.48 | 0.49 | 0.51 |
| Hex | 43 | 80 | BF | 41 | 21 | 0 | 19 | D2 | 31 | 33 |
| Octal | 103 | 200 | 277 | 101 | 41 | 0 | 31 | 322 | 61 | 63 |
| Binary | 1000011 | 10000000 | 10111111 | 1000001 | 100001 | 0 | 11001 | 11010010 | 110001 | 110011 |
Color Harmonies of #4380BF
Complementary color
Monochromatic Colors of #4380BF
Black with #4380BF
Text Example
Text Example
White with #4380BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380BF; }
p { color: rgb(67,128,191); }
H1.HeaderClassName
{
color: #4380BF;
}
.AnyTagClassName
{
color: #4380BF;
}
</style>
background-color css
<style>
a { background-color: #4380BF; }
a { background-color: rgb(67,128,191); }
div.DivClassName
{
background-color: #4380BF;
}
.BgClassName
{
background-color: #4380BF;
}
</style>
border-color css
<style>
span { border-color: #4380BF; }
span { border-color: rgb(67,128,191); }
td.TdClassName
{
border-color: #4380BF;
}
.TagClassName
{
border-color: #4380BF;
}
</style>