Shades of Resolution Blue #283F72
Tints of Resolution Blue #283F72
RGB
CMYK
RGB Variations
Color information
#283F72 (or 0x283F72) is known color: Resolution Blue. HEX triplet: 28, 3F and 72. RGB value is (40,63,114). Sum of RGB (Red+Green+Blue) = 40+63+114=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #283F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F72 is #D7C08D. Grayscale: #3D3D3D. Windows color (decimal): -14139534 or 7487272. OLE color: 7487272.
HSL color Cylindrical-coordinate representation of color #283F72: hue angle of 221.35º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283F72 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 63 | 114 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.55 |
| HSL | 221.35º | 0.48% | 0.3% | - |
| HSV(B) | 221.35º | 0.65% | 0.45% | - |
| XYZ | 5.69 | 5.22 | 16.63 | - |
| YUV | 61.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 114 | 0.65 | 0.45 | 0 | 0.55 | 221.35 | 0.48 | 0.3 |
| Hex | 28 | 3F | 72 | 41 | 2D | 0 | 37 | DD | 30 | 1E |
| Octal | 50 | 77 | 162 | 101 | 55 | 0 | 67 | 335 | 60 | 36 |
| Binary | 101000 | 111111 | 1110010 | 1000001 | 101101 | 0 | 110111 | 11011101 | 110000 | 11110 |
Color Harmonies of #283F72
Complementary color
Monochromatic Colors of #283F72
Black with #283F72
Text Example
Text Example
White with #283F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F72; }
p { color: rgb(40,63,114); }
H1.HeaderClassName
{
color: #283F72;
}
.AnyTagClassName
{
color: #283F72;
}
</style>
background-color css
<style>
a { background-color: #283F72; }
a { background-color: rgb(40,63,114); }
div.DivClassName
{
background-color: #283F72;
}
.BgClassName
{
background-color: #283F72;
}
</style>
border-color css
<style>
span { border-color: #283F72; }
span { border-color: rgb(40,63,114); }
td.TdClassName
{
border-color: #283F72;
}
.TagClassName
{
border-color: #283F72;
}
</style>