Shades of Resolution Blue #283F70
Tints of Resolution Blue #283F70
RGB
CMYK
RGB Variations
Color information
#283F70 (or 0x283F70) is known color: Resolution Blue. HEX triplet: 28, 3F and 70. RGB value is (40,63,112). Sum of RGB (Red+Green+Blue) = 40+63+112=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #283F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F70 is #D7C08F. Grayscale: #3D3D3D. Windows color (decimal): -14139536 or 7356200. OLE color: 7356200.
HSL color Cylindrical-coordinate representation of color #283F70: hue angle of 220.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283F70 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 63 | 112 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.56 |
| HSL | 220.83º | 0.47% | 0.3% | - |
| HSV(B) | 220.83º | 0.64% | 0.44% | - |
| XYZ | 5.58 | 5.18 | 16.03 | - |
| YUV | 61.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 112 | 0.64 | 0.44 | 0 | 0.56 | 220.83 | 0.47 | 0.3 |
| Hex | 28 | 3F | 70 | 40 | 2C | 0 | 38 | DD | 2F | 1E |
| Octal | 50 | 77 | 160 | 100 | 54 | 0 | 70 | 335 | 57 | 36 |
| Binary | 101000 | 111111 | 1110000 | 1000000 | 101100 | 0 | 111000 | 11011101 | 101111 | 11110 |
Color Harmonies of #283F70
Complementary color
Monochromatic Colors of #283F70
Black with #283F70
Text Example
Text Example
White with #283F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F70; }
p { color: rgb(40,63,112); }
H1.HeaderClassName
{
color: #283F70;
}
.AnyTagClassName
{
color: #283F70;
}
</style>
background-color css
<style>
a { background-color: #283F70; }
a { background-color: rgb(40,63,112); }
div.DivClassName
{
background-color: #283F70;
}
.BgClassName
{
background-color: #283F70;
}
</style>
border-color css
<style>
span { border-color: #283F70; }
span { border-color: rgb(40,63,112); }
td.TdClassName
{
border-color: #283F70;
}
.TagClassName
{
border-color: #283F70;
}
</style>