Shades of Steel Blue #4380BC
Tints of Steel Blue #4380BC
RGB
CMYK
RGB Variations
Color information
#4380BC (or 0x4380BC) is known color: Steel Blue. HEX triplet: 43, 80 and BC. RGB value is (67,128,188). Sum of RGB (Red+Green+Blue) = 67+128+188=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #4380BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380BC is #BC7F43. Grayscale: #747474. Windows color (decimal): -12353348 or 12353603. OLE color: 12353603.
HSL color Cylindrical-coordinate representation of color #4380BC: hue angle of 209.75º 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 #4380BC is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 128 | 188 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.26 |
| HSL | 209.75º | 0.47% | 0.5% | - |
| HSV(B) | 209.75º | 0.64% | 0.74% | - |
| XYZ | 19.11 | 20.26 | 50.48 | - |
| YUV | 116.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 188 | 0.64 | 0.32 | 0 | 0.26 | 209.75 | 0.47 | 0.5 |
| Hex | 43 | 80 | BC | 40 | 20 | 0 | 1A | D2 | 2F | 32 |
| Octal | 103 | 200 | 274 | 100 | 40 | 0 | 32 | 322 | 57 | 62 |
| Binary | 1000011 | 10000000 | 10111100 | 1000000 | 100000 | 0 | 11010 | 11010010 | 101111 | 110010 |
Color Harmonies of #4380BC
Complementary color
Monochromatic Colors of #4380BC
Black with #4380BC
Text Example
Text Example
White with #4380BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380BC; }
p { color: rgb(67,128,188); }
H1.HeaderClassName
{
color: #4380BC;
}
.AnyTagClassName
{
color: #4380BC;
}
</style>
background-color css
<style>
a { background-color: #4380BC; }
a { background-color: rgb(67,128,188); }
div.DivClassName
{
background-color: #4380BC;
}
.BgClassName
{
background-color: #4380BC;
}
</style>
border-color css
<style>
span { border-color: #4380BC; }
span { border-color: rgb(67,128,188); }
td.TdClassName
{
border-color: #4380BC;
}
.TagClassName
{
border-color: #4380BC;
}
</style>