Shades of Steel Blue #3E78AC
Tints of Steel Blue #3E78AC
RGB
CMYK
RGB Variations
Color information
#3E78AC (or 0x3E78AC) is known color: Steel Blue. HEX triplet: 3E, 78 and AC. RGB value is (62,120,172). Sum of RGB (Red+Green+Blue) = 62+120+172=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E78AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E78AC is #C18753. Grayscale: #6C6C6C. Windows color (decimal): -12683092 or 11302974. OLE color: 11302974.
HSL color Cylindrical-coordinate representation of color #3E78AC: hue angle of 208.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E78AC is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 120 | 172 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.33 |
| HSL | 208.36º | 0.47% | 0.46% | - |
| HSV(B) | 208.36º | 0.64% | 0.67% | - |
| XYZ | 16.15 | 17.44 | 41.54 | - |
| YUV | 108.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 172 | 0.64 | 0.30 | 0 | 0.33 | 208.36 | 0.47 | 0.46 |
| Hex | 3E | 78 | AC | 40 | 1E | 0 | 21 | D0 | 2F | 2E |
| Octal | 76 | 170 | 254 | 100 | 36 | 0 | 41 | 320 | 57 | 56 |
| Binary | 111110 | 1111000 | 10101100 | 1000000 | 11110 | 0 | 100001 | 11010000 | 101111 | 101110 |
Color Harmonies of #3E78AC
Complementary color
Monochromatic Colors of #3E78AC
Black with #3E78AC
Text Example
Text Example
White with #3E78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E78AC; }
p { color: rgb(62,120,172); }
H1.HeaderClassName
{
color: #3E78AC;
}
.AnyTagClassName
{
color: #3E78AC;
}
</style>
background-color css
<style>
a { background-color: #3E78AC; }
a { background-color: rgb(62,120,172); }
div.DivClassName
{
background-color: #3E78AC;
}
.BgClassName
{
background-color: #3E78AC;
}
</style>
border-color css
<style>
span { border-color: #3E78AC; }
span { border-color: rgb(62,120,172); }
td.TdClassName
{
border-color: #3E78AC;
}
.TagClassName
{
border-color: #3E78AC;
}
</style>