Shades of Resolution Blue #283576
Tints of Resolution Blue #283576
RGB
CMYK
RGB Variations
Color information
#283576 (or 0x283576) is known color: Resolution Blue. HEX triplet: 28, 35 and 76. RGB value is (40,53,118). Sum of RGB (Red+Green+Blue) = 40+53+118=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #283576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283576 is #D7CA89. Grayscale: #383838. Windows color (decimal): -14142090 or 7746856. OLE color: 7746856.
HSL color Cylindrical-coordinate representation of color #283576: hue angle of 230º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283576 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 53 | 118 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.54 |
| HSL | 230º | 0.49% | 0.31% | - |
| HSV(B) | 230º | 0.66% | 0.46% | - |
| XYZ | 5.42 | 4.31 | 17.68 | - |
| YUV | 56.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 118 | 0.66 | 0.55 | 0 | 0.54 | 230 | 0.49 | 0.31 |
| Hex | 28 | 35 | 76 | 42 | 37 | 0 | 36 | E6 | 31 | 1F |
| Octal | 50 | 65 | 166 | 102 | 67 | 0 | 66 | 346 | 61 | 37 |
| Binary | 101000 | 110101 | 1110110 | 1000010 | 110111 | 0 | 110110 | 11100110 | 110001 | 11111 |
Color Harmonies of #283576
Complementary color
Monochromatic Colors of #283576
Black with #283576
Text Example
Text Example
White with #283576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283576; }
p { color: rgb(40,53,118); }
H1.HeaderClassName
{
color: #283576;
}
.AnyTagClassName
{
color: #283576;
}
</style>
background-color css
<style>
a { background-color: #283576; }
a { background-color: rgb(40,53,118); }
div.DivClassName
{
background-color: #283576;
}
.BgClassName
{
background-color: #283576;
}
</style>
border-color css
<style>
span { border-color: #283576; }
span { border-color: rgb(40,53,118); }
td.TdClassName
{
border-color: #283576;
}
.TagClassName
{
border-color: #283576;
}
</style>