Shades of Steel Blue #447EC3
Tints of Steel Blue #447EC3
RGB
CMYK
RGB Variations
Color information
#447EC3 (or 0x447EC3) is known color: Steel Blue. HEX triplet: 44, 7E and C3. RGB value is (68,126,195). Sum of RGB (Red+Green+Blue) = 68+126+195=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #447EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EC3 is #BB813C. Grayscale: #747474. Windows color (decimal): -12288317 or 12811844. OLE color: 12811844.
HSL color Cylindrical-coordinate representation of color #447EC3: hue angle of 212.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447EC3 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 126 | 195 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.24 |
| HSL | 212.6º | 0.51% | 0.52% | - |
| HSV(B) | 212.6º | 0.65% | 0.76% | - |
| XYZ | 19.7 | 20.09 | 54.47 | - |
| YUV | 116.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 195 | 0.65 | 0.35 | 0 | 0.24 | 212.6 | 0.51 | 0.52 |
| Hex | 44 | 7E | C3 | 41 | 23 | 0 | 18 | D5 | 33 | 34 |
| Octal | 104 | 176 | 303 | 101 | 43 | 0 | 30 | 325 | 63 | 64 |
| Binary | 1000100 | 1111110 | 11000011 | 1000001 | 100011 | 0 | 11000 | 11010101 | 110011 | 110100 |
Color Harmonies of #447EC3
Complementary color
Monochromatic Colors of #447EC3
Black with #447EC3
Text Example
Text Example
White with #447EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EC3; }
p { color: rgb(68,126,195); }
H1.HeaderClassName
{
color: #447EC3;
}
.AnyTagClassName
{
color: #447EC3;
}
</style>
background-color css
<style>
a { background-color: #447EC3; }
a { background-color: rgb(68,126,195); }
div.DivClassName
{
background-color: #447EC3;
}
.BgClassName
{
background-color: #447EC3;
}
</style>
border-color css
<style>
span { border-color: #447EC3; }
span { border-color: rgb(68,126,195); }
td.TdClassName
{
border-color: #447EC3;
}
.TagClassName
{
border-color: #447EC3;
}
</style>