Shades of Resolution Blue #283F74
Tints of Resolution Blue #283F74
RGB
CMYK
RGB Variations
Color information
#283F74 (or 0x283F74) is known color: Resolution Blue. HEX triplet: 28, 3F and 74. RGB value is (40,63,116). Sum of RGB (Red+Green+Blue) = 40+63+116=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #283F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F74 is #D7C08B. Grayscale: #3D3D3D. Windows color (decimal): -14139532 or 7618344. OLE color: 7618344.
HSL color Cylindrical-coordinate representation of color #283F74: hue angle of 221.84º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283F74 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 63 | 116 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.55 |
| HSL | 221.84º | 0.49% | 0.31% | - |
| HSV(B) | 221.84º | 0.66% | 0.45% | - |
| XYZ | 5.8 | 5.27 | 17.23 | - |
| YUV | 62.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 116 | 0.66 | 0.46 | 0 | 0.55 | 221.84 | 0.49 | 0.31 |
| Hex | 28 | 3F | 74 | 42 | 2E | 0 | 37 | DE | 31 | 1F |
| Octal | 50 | 77 | 164 | 102 | 56 | 0 | 67 | 336 | 61 | 37 |
| Binary | 101000 | 111111 | 1110100 | 1000010 | 101110 | 0 | 110111 | 11011110 | 110001 | 11111 |
Color Harmonies of #283F74
Complementary color
Monochromatic Colors of #283F74
Black with #283F74
Text Example
Text Example
White with #283F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F74; }
p { color: rgb(40,63,116); }
H1.HeaderClassName
{
color: #283F74;
}
.AnyTagClassName
{
color: #283F74;
}
</style>
background-color css
<style>
a { background-color: #283F74; }
a { background-color: rgb(40,63,116); }
div.DivClassName
{
background-color: #283F74;
}
.BgClassName
{
background-color: #283F74;
}
</style>
border-color css
<style>
span { border-color: #283F74; }
span { border-color: rgb(40,63,116); }
td.TdClassName
{
border-color: #283F74;
}
.TagClassName
{
border-color: #283F74;
}
</style>