Shades of Resolution Blue #283A85
Tints of Resolution Blue #283A85
RGB
CMYK
RGB Variations
Color information
#283A85 (or 0x283A85) is known color: Resolution Blue. HEX triplet: 28, 3A and 85. RGB value is (40,58,133). Sum of RGB (Red+Green+Blue) = 40+58+133=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #283A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283A85 is #D7C57A. Grayscale: #3C3C3C. Windows color (decimal): -14140795 or 8731176. OLE color: 8731176.
HSL color Cylindrical-coordinate representation of color #283A85: hue angle of 228.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283A85 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 58 | 133 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.48 |
| HSL | 228.39º | 0.54% | 0.34% | - |
| HSV(B) | 228.39º | 0.7% | 0.52% | - |
| XYZ | 6.62 | 5.17 | 22.84 | - |
| YUV | 61.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 133 | 0.70 | 0.56 | 0 | 0.48 | 228.39 | 0.54 | 0.34 |
| Hex | 28 | 3A | 85 | 46 | 38 | 0 | 30 | E4 | 36 | 22 |
| Octal | 50 | 72 | 205 | 106 | 70 | 0 | 60 | 344 | 66 | 42 |
| Binary | 101000 | 111010 | 10000101 | 1000110 | 111000 | 0 | 110000 | 11100100 | 110110 | 100010 |
Color Harmonies of #283A85
Complementary color
Monochromatic Colors of #283A85
Black with #283A85
Text Example
Text Example
White with #283A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A85; }
p { color: rgb(40,58,133); }
H1.HeaderClassName
{
color: #283A85;
}
.AnyTagClassName
{
color: #283A85;
}
</style>
background-color css
<style>
a { background-color: #283A85; }
a { background-color: rgb(40,58,133); }
div.DivClassName
{
background-color: #283A85;
}
.BgClassName
{
background-color: #283A85;
}
</style>
border-color css
<style>
span { border-color: #283A85; }
span { border-color: rgb(40,58,133); }
td.TdClassName
{
border-color: #283A85;
}
.TagClassName
{
border-color: #283A85;
}
</style>