Shades of Resolution Blue #283A7D
Tints of Resolution Blue #283A7D
RGB
CMYK
RGB Variations
Color information
#283A7D (or 0x283A7D) is known color: Resolution Blue. HEX triplet: 28, 3A and 7D. RGB value is (40,58,125). Sum of RGB (Red+Green+Blue) = 40+58+125=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #283A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A7D is #D7C582. Grayscale: #3B3B3B. Windows color (decimal): -14140803 or 8206888. OLE color: 8206888.
HSL color Cylindrical-coordinate representation of color #283A7D: hue angle of 227.29º 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 #283A7D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 58 | 125 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.51 |
| HSL | 227.29º | 0.52% | 0.32% | - |
| HSV(B) | 227.29º | 0.68% | 0.49% | - |
| XYZ | 6.09 | 4.96 | 20.04 | - |
| YUV | 60.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 125 | 0.68 | 0.54 | 0 | 0.51 | 227.29 | 0.52 | 0.32 |
| Hex | 28 | 3A | 7D | 44 | 36 | 0 | 33 | E3 | 34 | 20 |
| Octal | 50 | 72 | 175 | 104 | 66 | 0 | 63 | 343 | 64 | 40 |
| Binary | 101000 | 111010 | 1111101 | 1000100 | 110110 | 0 | 110011 | 11100011 | 110100 | 100000 |
Color Harmonies of #283A7D
Complementary color
Monochromatic Colors of #283A7D
Black with #283A7D
Text Example
Text Example
White with #283A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A7D; }
p { color: rgb(40,58,125); }
H1.HeaderClassName
{
color: #283A7D;
}
.AnyTagClassName
{
color: #283A7D;
}
</style>
background-color css
<style>
a { background-color: #283A7D; }
a { background-color: rgb(40,58,125); }
div.DivClassName
{
background-color: #283A7D;
}
.BgClassName
{
background-color: #283A7D;
}
</style>
border-color css
<style>
span { border-color: #283A7D; }
span { border-color: rgb(40,58,125); }
td.TdClassName
{
border-color: #283A7D;
}
.TagClassName
{
border-color: #283A7D;
}
</style>