Shades of Steel Blue #4380BD
Tints of Steel Blue #4380BD
RGB
CMYK
RGB Variations
Color information
#4380BD (or 0x4380BD) is known color: Steel Blue. HEX triplet: 43, 80 and BD. RGB value is (67,128,189). Sum of RGB (Red+Green+Blue) = 67+128+189=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #4380BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380BD is #BC7F42. Grayscale: #747474. Windows color (decimal): -12353347 or 12419139. OLE color: 12419139.
HSL color Cylindrical-coordinate representation of color #4380BD: hue angle of 210º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4380BD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 128 | 189 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.26 |
| HSL | 210º | 0.48% | 0.5% | - |
| HSV(B) | 210º | 0.65% | 0.74% | - |
| XYZ | 19.22 | 20.31 | 51.05 | - |
| YUV | 116.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 189 | 0.65 | 0.32 | 0 | 0.26 | 210 | 0.48 | 0.5 |
| Hex | 43 | 80 | BD | 41 | 20 | 0 | 1A | D2 | 30 | 32 |
| Octal | 103 | 200 | 275 | 101 | 40 | 0 | 32 | 322 | 60 | 62 |
| Binary | 1000011 | 10000000 | 10111101 | 1000001 | 100000 | 0 | 11010 | 11010010 | 110000 | 110010 |
Color Harmonies of #4380BD
Complementary color
Monochromatic Colors of #4380BD
Black with #4380BD
Text Example
Text Example
White with #4380BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380BD; }
p { color: rgb(67,128,189); }
H1.HeaderClassName
{
color: #4380BD;
}
.AnyTagClassName
{
color: #4380BD;
}
</style>
background-color css
<style>
a { background-color: #4380BD; }
a { background-color: rgb(67,128,189); }
div.DivClassName
{
background-color: #4380BD;
}
.BgClassName
{
background-color: #4380BD;
}
</style>
border-color css
<style>
span { border-color: #4380BD; }
span { border-color: rgb(67,128,189); }
td.TdClassName
{
border-color: #4380BD;
}
.TagClassName
{
border-color: #4380BD;
}
</style>