Shades of Resolution Blue #283C7D
Tints of Resolution Blue #283C7D
RGB
CMYK
RGB Variations
Color information
#283C7D (or 0x283C7D) is known color: Resolution Blue. HEX triplet: 28, 3C and 7D. RGB value is (40,60,125). Sum of RGB (Red+Green+Blue) = 40+60+125=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #283C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C7D is #D7C382. Grayscale: #3D3D3D. Windows color (decimal): -14140291 or 8207400. OLE color: 8207400.
HSL color Cylindrical-coordinate representation of color #283C7D: hue angle of 225.88º degrees, saturation: 0.52, 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 #283C7D is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 60 | 125 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.51 |
| HSL | 225.88º | 0.52% | 0.32% | - |
| HSV(B) | 225.88º | 0.68% | 0.49% | - |
| XYZ | 6.19 | 5.16 | 20.07 | - |
| YUV | 61.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 125 | 0.68 | 0.52 | 0 | 0.51 | 225.88 | 0.52 | 0.32 |
| Hex | 28 | 3C | 7D | 44 | 34 | 0 | 33 | E2 | 34 | 20 |
| Octal | 50 | 74 | 175 | 104 | 64 | 0 | 63 | 342 | 64 | 40 |
| Binary | 101000 | 111100 | 1111101 | 1000100 | 110100 | 0 | 110011 | 11100010 | 110100 | 100000 |
Color Harmonies of #283C7D
Complementary color
Monochromatic Colors of #283C7D
Black with #283C7D
Text Example
Text Example
White with #283C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C7D; }
p { color: rgb(40,60,125); }
H1.HeaderClassName
{
color: #283C7D;
}
.AnyTagClassName
{
color: #283C7D;
}
</style>
background-color css
<style>
a { background-color: #283C7D; }
a { background-color: rgb(40,60,125); }
div.DivClassName
{
background-color: #283C7D;
}
.BgClassName
{
background-color: #283C7D;
}
</style>
border-color css
<style>
span { border-color: #283C7D; }
span { border-color: rgb(40,60,125); }
td.TdClassName
{
border-color: #283C7D;
}
.TagClassName
{
border-color: #283C7D;
}
</style>