Shades of Resolution Blue #283C6F
Tints of Resolution Blue #283C6F
RGB
CMYK
RGB Variations
Color information
#283C6F (or 0x283C6F) is known color: Resolution Blue. HEX triplet: 28, 3C and 6F. RGB value is (40,60,111). Sum of RGB (Red+Green+Blue) = 40+60+111=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #283C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C6F is #D7C390. Grayscale: #3B3B3B. Windows color (decimal): -14140305 or 7289896. OLE color: 7289896.
HSL color Cylindrical-coordinate representation of color #283C6F: hue angle of 223.1º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283C6F is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 60 | 111 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.56 |
| HSL | 223.1º | 0.47% | 0.3% | - |
| HSV(B) | 223.1º | 0.64% | 0.44% | - |
| XYZ | 5.36 | 4.83 | 15.69 | - |
| YUV | 59.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 111 | 0.64 | 0.46 | 0 | 0.56 | 223.1 | 0.47 | 0.3 |
| Hex | 28 | 3C | 6F | 40 | 2E | 0 | 38 | DF | 2F | 1E |
| Octal | 50 | 74 | 157 | 100 | 56 | 0 | 70 | 337 | 57 | 36 |
| Binary | 101000 | 111100 | 1101111 | 1000000 | 101110 | 0 | 111000 | 11011111 | 101111 | 11110 |
Color Harmonies of #283C6F
Complementary color
Monochromatic Colors of #283C6F
Black with #283C6F
Text Example
Text Example
White with #283C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C6F; }
p { color: rgb(40,60,111); }
H1.HeaderClassName
{
color: #283C6F;
}
.AnyTagClassName
{
color: #283C6F;
}
</style>
background-color css
<style>
a { background-color: #283C6F; }
a { background-color: rgb(40,60,111); }
div.DivClassName
{
background-color: #283C6F;
}
.BgClassName
{
background-color: #283C6F;
}
</style>
border-color css
<style>
span { border-color: #283C6F; }
span { border-color: rgb(40,60,111); }
td.TdClassName
{
border-color: #283C6F;
}
.TagClassName
{
border-color: #283C6F;
}
</style>