Shades of Resolution Blue #283A6D
Tints of Resolution Blue #283A6D
RGB
CMYK
RGB Variations
Color information
#283A6D (or 0x283A6D) is known color: Resolution Blue. HEX triplet: 28, 3A and 6D. RGB value is (40,58,109). Sum of RGB (Red+Green+Blue) = 40+58+109=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #283A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A6D is #D7C592. Grayscale: #3A3A3A. Windows color (decimal): -14140819 or 7158312. OLE color: 7158312.
HSL color Cylindrical-coordinate representation of color #283A6D: hue angle of 224.35º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283A6D is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 58 | 109 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.57 |
| HSL | 224.35º | 0.46% | 0.29% | - |
| HSV(B) | 224.35º | 0.63% | 0.43% | - |
| XYZ | 5.15 | 4.58 | 15.08 | - |
| YUV | 58.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 109 | 0.63 | 0.47 | 0 | 0.57 | 224.35 | 0.46 | 0.29 |
| Hex | 28 | 3A | 6D | 3F | 2F | 0 | 39 | E0 | 2E | 1D |
| Octal | 50 | 72 | 155 | 77 | 57 | 0 | 71 | 340 | 56 | 35 |
| Binary | 101000 | 111010 | 1101101 | 111111 | 101111 | 0 | 111001 | 11100000 | 101110 | 11101 |
Color Harmonies of #283A6D
Complementary color
Monochromatic Colors of #283A6D
Black with #283A6D
Text Example
Text Example
White with #283A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A6D; }
p { color: rgb(40,58,109); }
H1.HeaderClassName
{
color: #283A6D;
}
.AnyTagClassName
{
color: #283A6D;
}
</style>
background-color css
<style>
a { background-color: #283A6D; }
a { background-color: rgb(40,58,109); }
div.DivClassName
{
background-color: #283A6D;
}
.BgClassName
{
background-color: #283A6D;
}
</style>
border-color css
<style>
span { border-color: #283A6D; }
span { border-color: rgb(40,58,109); }
td.TdClassName
{
border-color: #283A6D;
}
.TagClassName
{
border-color: #283A6D;
}
</style>