Shades of Resolution Blue #283474
Tints of Resolution Blue #283474
RGB
CMYK
RGB Variations
Color information
#283474 (or 0x283474) is known color: Resolution Blue. HEX triplet: 28, 34 and 74. RGB value is (40,52,116). Sum of RGB (Red+Green+Blue) = 40+52+116=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #283474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283474 is #D7CB8B. Grayscale: #373737. Windows color (decimal): -14142348 or 7615528. OLE color: 7615528.
HSL color Cylindrical-coordinate representation of color #283474: hue angle of 230.53º 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 #283474 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 52 | 116 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.55 |
| HSL | 230.53º | 0.49% | 0.31% | - |
| HSV(B) | 230.53º | 0.66% | 0.45% | - |
| XYZ | 5.26 | 4.17 | 17.05 | - |
| YUV | 55.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 116 | 0.66 | 0.55 | 0 | 0.55 | 230.53 | 0.49 | 0.31 |
| Hex | 28 | 34 | 74 | 42 | 37 | 0 | 37 | E7 | 31 | 1F |
| Octal | 50 | 64 | 164 | 102 | 67 | 0 | 67 | 347 | 61 | 37 |
| Binary | 101000 | 110100 | 1110100 | 1000010 | 110111 | 0 | 110111 | 11100111 | 110001 | 11111 |
Color Harmonies of #283474
Complementary color
Monochromatic Colors of #283474
Black with #283474
Text Example
Text Example
White with #283474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283474; }
p { color: rgb(40,52,116); }
H1.HeaderClassName
{
color: #283474;
}
.AnyTagClassName
{
color: #283474;
}
</style>
background-color css
<style>
a { background-color: #283474; }
a { background-color: rgb(40,52,116); }
div.DivClassName
{
background-color: #283474;
}
.BgClassName
{
background-color: #283474;
}
</style>
border-color css
<style>
span { border-color: #283474; }
span { border-color: rgb(40,52,116); }
td.TdClassName
{
border-color: #283474;
}
.TagClassName
{
border-color: #283474;
}
</style>