Shades of Resolution Blue #283D78
Tints of Resolution Blue #283D78
RGB
CMYK
RGB Variations
Color information
#283D78 (or 0x283D78) is known color: Resolution Blue. HEX triplet: 28, 3D and 78. RGB value is (40,61,120). Sum of RGB (Red+Green+Blue) = 40+61+120=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #283D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D78 is #D7C287. Grayscale: #3D3D3D. Windows color (decimal): -14140040 or 7879976. OLE color: 7879976.
HSL color Cylindrical-coordinate representation of color #283D78: hue angle of 224.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283D78 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 61 | 120 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.53 |
| HSL | 224.25º | 0.5% | 0.31% | - |
| HSV(B) | 224.25º | 0.67% | 0.47% | - |
| XYZ | 5.93 | 5.14 | 18.45 | - |
| YUV | 61.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 120 | 0.67 | 0.49 | 0 | 0.53 | 224.25 | 0.5 | 0.31 |
| Hex | 28 | 3D | 78 | 43 | 31 | 0 | 35 | E0 | 32 | 1F |
| Octal | 50 | 75 | 170 | 103 | 61 | 0 | 65 | 340 | 62 | 37 |
| Binary | 101000 | 111101 | 1111000 | 1000011 | 110001 | 0 | 110101 | 11100000 | 110010 | 11111 |
Color Harmonies of #283D78
Complementary color
Monochromatic Colors of #283D78
Black with #283D78
Text Example
Text Example
White with #283D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D78; }
p { color: rgb(40,61,120); }
H1.HeaderClassName
{
color: #283D78;
}
.AnyTagClassName
{
color: #283D78;
}
</style>
background-color css
<style>
a { background-color: #283D78; }
a { background-color: rgb(40,61,120); }
div.DivClassName
{
background-color: #283D78;
}
.BgClassName
{
background-color: #283D78;
}
</style>
border-color css
<style>
span { border-color: #283D78; }
span { border-color: rgb(40,61,120); }
td.TdClassName
{
border-color: #283D78;
}
.TagClassName
{
border-color: #283D78;
}
</style>