Shades of Resolution Blue #283C7B
Tints of Resolution Blue #283C7B
RGB
CMYK
RGB Variations
Color information
#283C7B (or 0x283C7B) is known color: Resolution Blue. HEX triplet: 28, 3C and 7B. RGB value is (40,60,123). Sum of RGB (Red+Green+Blue) = 40+60+123=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #283C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C7B is #D7C384. Grayscale: #3C3C3C. Windows color (decimal): -14140293 or 8076328. OLE color: 8076328.
HSL color Cylindrical-coordinate representation of color #283C7B: hue angle of 225.54º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283C7B is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 60 | 123 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.52 |
| HSL | 225.54º | 0.51% | 0.32% | - |
| HSV(B) | 225.54º | 0.67% | 0.48% | - |
| XYZ | 6.07 | 5.11 | 19.41 | - |
| YUV | 61.2 | 162.87 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 123 | 0.67 | 0.51 | 0 | 0.52 | 225.54 | 0.51 | 0.32 |
| Hex | 28 | 3C | 7B | 43 | 33 | 0 | 34 | E2 | 33 | 20 |
| Octal | 50 | 74 | 173 | 103 | 63 | 0 | 64 | 342 | 63 | 40 |
| Binary | 101000 | 111100 | 1111011 | 1000011 | 110011 | 0 | 110100 | 11100010 | 110011 | 100000 |
Color Harmonies of #283C7B
Complementary color
Monochromatic Colors of #283C7B
Black with #283C7B
Text Example
Text Example
White with #283C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C7B; }
p { color: rgb(40,60,123); }
H1.HeaderClassName
{
color: #283C7B;
}
.AnyTagClassName
{
color: #283C7B;
}
</style>
background-color css
<style>
a { background-color: #283C7B; }
a { background-color: rgb(40,60,123); }
div.DivClassName
{
background-color: #283C7B;
}
.BgClassName
{
background-color: #283C7B;
}
</style>
border-color css
<style>
span { border-color: #283C7B; }
span { border-color: rgb(40,60,123); }
td.TdClassName
{
border-color: #283C7B;
}
.TagClassName
{
border-color: #283C7B;
}
</style>