Shades of Resolution Blue #283A6F
Tints of Resolution Blue #283A6F
RGB
CMYK
RGB Variations
Color information
#283A6F (or 0x283A6F) is known color: Resolution Blue. HEX triplet: 28, 3A and 6F. RGB value is (40,58,111). Sum of RGB (Red+Green+Blue) = 40+58+111=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #283A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A6F is #D7C590. Grayscale: #3A3A3A. Windows color (decimal): -14140817 or 7289384. OLE color: 7289384.
HSL color Cylindrical-coordinate representation of color #283A6F: hue angle of 224.79º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283A6F is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 58 | 111 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.56 |
| HSL | 224.79º | 0.47% | 0.3% | - |
| HSV(B) | 224.79º | 0.64% | 0.44% | - |
| XYZ | 5.26 | 4.62 | 15.65 | - |
| YUV | 58.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 111 | 0.64 | 0.48 | 0 | 0.56 | 224.79 | 0.47 | 0.3 |
| Hex | 28 | 3A | 6F | 40 | 30 | 0 | 38 | E1 | 2F | 1E |
| Octal | 50 | 72 | 157 | 100 | 60 | 0 | 70 | 341 | 57 | 36 |
| Binary | 101000 | 111010 | 1101111 | 1000000 | 110000 | 0 | 111000 | 11100001 | 101111 | 11110 |
Color Harmonies of #283A6F
Complementary color
Monochromatic Colors of #283A6F
Black with #283A6F
Text Example
Text Example
White with #283A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A6F; }
p { color: rgb(40,58,111); }
H1.HeaderClassName
{
color: #283A6F;
}
.AnyTagClassName
{
color: #283A6F;
}
</style>
background-color css
<style>
a { background-color: #283A6F; }
a { background-color: rgb(40,58,111); }
div.DivClassName
{
background-color: #283A6F;
}
.BgClassName
{
background-color: #283A6F;
}
</style>
border-color css
<style>
span { border-color: #283A6F; }
span { border-color: rgb(40,58,111); }
td.TdClassName
{
border-color: #283A6F;
}
.TagClassName
{
border-color: #283A6F;
}
</style>