Shades of Resolution Blue #283B6D
Tints of Resolution Blue #283B6D
RGB
CMYK
RGB Variations
Color information
#283B6D (or 0x283B6D) is known color: Resolution Blue. HEX triplet: 28, 3B and 6D. RGB value is (40,59,109). Sum of RGB (Red+Green+Blue) = 40+59+109=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #283B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B6D is #D7C492. Grayscale: #3A3A3A. Windows color (decimal): -14140563 or 7158568. OLE color: 7158568.
HSL color Cylindrical-coordinate representation of color #283B6D: hue angle of 223.48º 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 #283B6D is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 59 | 109 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.57 |
| HSL | 223.48º | 0.46% | 0.29% | - |
| HSV(B) | 223.48º | 0.63% | 0.43% | - |
| XYZ | 5.2 | 4.68 | 15.1 | - |
| YUV | 59.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 109 | 0.63 | 0.46 | 0 | 0.57 | 223.48 | 0.46 | 0.29 |
| Hex | 28 | 3B | 6D | 3F | 2E | 0 | 39 | DF | 2E | 1D |
| Octal | 50 | 73 | 155 | 77 | 56 | 0 | 71 | 337 | 56 | 35 |
| Binary | 101000 | 111011 | 1101101 | 111111 | 101110 | 0 | 111001 | 11011111 | 101110 | 11101 |
Color Harmonies of #283B6D
Complementary color
Monochromatic Colors of #283B6D
Black with #283B6D
Text Example
Text Example
White with #283B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B6D; }
p { color: rgb(40,59,109); }
H1.HeaderClassName
{
color: #283B6D;
}
.AnyTagClassName
{
color: #283B6D;
}
</style>
background-color css
<style>
a { background-color: #283B6D; }
a { background-color: rgb(40,59,109); }
div.DivClassName
{
background-color: #283B6D;
}
.BgClassName
{
background-color: #283B6D;
}
</style>
border-color css
<style>
span { border-color: #283B6D; }
span { border-color: rgb(40,59,109); }
td.TdClassName
{
border-color: #283B6D;
}
.TagClassName
{
border-color: #283B6D;
}
</style>