Shades of Resolution Blue #283689
Tints of Resolution Blue #283689
RGB
CMYK
RGB Variations
Color information
#283689 (or 0x283689) is known color: Resolution Blue. HEX triplet: 28, 36 and 89. RGB value is (40,54,137). Sum of RGB (Red+Green+Blue) = 40+54+137=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #283689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283689 is #D7C976. Grayscale: #3A3A3A. Windows color (decimal): -14141815 or 8992296. OLE color: 8992296.
HSL color Cylindrical-coordinate representation of color #283689: hue angle of 231.34º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283689 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 54 | 137 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.46 |
| HSL | 231.34º | 0.55% | 0.35% | - |
| HSV(B) | 231.34º | 0.71% | 0.54% | - |
| XYZ | 6.71 | 4.9 | 24.26 | - |
| YUV | 59.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 137 | 0.71 | 0.61 | 0 | 0.46 | 231.34 | 0.55 | 0.35 |
| Hex | 28 | 36 | 89 | 47 | 3D | 0 | 2E | E7 | 37 | 23 |
| Octal | 50 | 66 | 211 | 107 | 75 | 0 | 56 | 347 | 67 | 43 |
| Binary | 101000 | 110110 | 10001001 | 1000111 | 111101 | 0 | 101110 | 11100111 | 110111 | 100011 |
Color Harmonies of #283689
Complementary color
Monochromatic Colors of #283689
Black with #283689
Text Example
Text Example
White with #283689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283689; }
p { color: rgb(40,54,137); }
H1.HeaderClassName
{
color: #283689;
}
.AnyTagClassName
{
color: #283689;
}
</style>
background-color css
<style>
a { background-color: #283689; }
a { background-color: rgb(40,54,137); }
div.DivClassName
{
background-color: #283689;
}
.BgClassName
{
background-color: #283689;
}
</style>
border-color css
<style>
span { border-color: #283689; }
span { border-color: rgb(40,54,137); }
td.TdClassName
{
border-color: #283689;
}
.TagClassName
{
border-color: #283689;
}
</style>