Shades of Resolution Blue #283C84
Tints of Resolution Blue #283C84
RGB
CMYK
RGB Variations
Color information
#283C84 (or 0x283C84) is known color: Resolution Blue. HEX triplet: 28, 3C and 84. RGB value is (40,60,132). Sum of RGB (Red+Green+Blue) = 40+60+132=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #283C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C84 is #D7C37B. Grayscale: #3D3D3D. Windows color (decimal): -14140284 or 8666152. OLE color: 8666152.
HSL color Cylindrical-coordinate representation of color #283C84: hue angle of 226.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283C84 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 60 | 132 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.48 |
| HSL | 226.96º | 0.53% | 0.34% | - |
| HSV(B) | 226.96º | 0.7% | 0.52% | - |
| XYZ | 6.66 | 5.35 | 22.51 | - |
| YUV | 62.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 132 | 0.70 | 0.55 | 0 | 0.48 | 226.96 | 0.53 | 0.34 |
| Hex | 28 | 3C | 84 | 46 | 37 | 0 | 30 | E3 | 35 | 22 |
| Octal | 50 | 74 | 204 | 106 | 67 | 0 | 60 | 343 | 65 | 42 |
| Binary | 101000 | 111100 | 10000100 | 1000110 | 110111 | 0 | 110000 | 11100011 | 110101 | 100010 |
Color Harmonies of #283C84
Complementary color
Monochromatic Colors of #283C84
Black with #283C84
Text Example
Text Example
White with #283C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C84; }
p { color: rgb(40,60,132); }
H1.HeaderClassName
{
color: #283C84;
}
.AnyTagClassName
{
color: #283C84;
}
</style>
background-color css
<style>
a { background-color: #283C84; }
a { background-color: rgb(40,60,132); }
div.DivClassName
{
background-color: #283C84;
}
.BgClassName
{
background-color: #283C84;
}
</style>
border-color css
<style>
span { border-color: #283C84; }
span { border-color: rgb(40,60,132); }
td.TdClassName
{
border-color: #283C84;
}
.TagClassName
{
border-color: #283C84;
}
</style>