Shades of Resolution Blue #283D7C
Tints of Resolution Blue #283D7C
RGB
CMYK
RGB Variations
Color information
#283D7C (or 0x283D7C) is known color: Resolution Blue. HEX triplet: 28, 3D and 7C. RGB value is (40,61,124). Sum of RGB (Red+Green+Blue) = 40+61+124=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #283D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D7C is #D7C283. Grayscale: #3D3D3D. Windows color (decimal): -14140036 or 8142120. OLE color: 8142120.
HSL color Cylindrical-coordinate representation of color #283D7C: hue angle of 225º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #283D7C is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 61 | 124 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.51 |
| HSL | 225º | 0.51% | 0.32% | - |
| HSV(B) | 225º | 0.68% | 0.49% | - |
| XYZ | 6.18 | 5.24 | 19.76 | - |
| YUV | 61.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 124 | 0.68 | 0.51 | 0 | 0.51 | 225 | 0.51 | 0.32 |
| Hex | 28 | 3D | 7C | 44 | 33 | 0 | 33 | E1 | 33 | 20 |
| Octal | 50 | 75 | 174 | 104 | 63 | 0 | 63 | 341 | 63 | 40 |
| Binary | 101000 | 111101 | 1111100 | 1000100 | 110011 | 0 | 110011 | 11100001 | 110011 | 100000 |
Color Harmonies of #283D7C
Complementary color
Monochromatic Colors of #283D7C
Black with #283D7C
Text Example
Text Example
White with #283D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D7C; }
p { color: rgb(40,61,124); }
H1.HeaderClassName
{
color: #283D7C;
}
.AnyTagClassName
{
color: #283D7C;
}
</style>
background-color css
<style>
a { background-color: #283D7C; }
a { background-color: rgb(40,61,124); }
div.DivClassName
{
background-color: #283D7C;
}
.BgClassName
{
background-color: #283D7C;
}
</style>
border-color css
<style>
span { border-color: #283D7C; }
span { border-color: rgb(40,61,124); }
td.TdClassName
{
border-color: #283D7C;
}
.TagClassName
{
border-color: #283D7C;
}
</style>