Shades of Resolution Blue #283C6D
Tints of Resolution Blue #283C6D
RGB
CMYK
RGB Variations
Color information
#283C6D (or 0x283C6D) is known color: Resolution Blue. HEX triplet: 28, 3C and 6D. RGB value is (40,60,109). Sum of RGB (Red+Green+Blue) = 40+60+109=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #283C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C6D is #D7C392. Grayscale: #3B3B3B. Windows color (decimal): -14140307 or 7158824. OLE color: 7158824.
HSL color Cylindrical-coordinate representation of color #283C6D: hue angle of 222.61º 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 #283C6D is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 60 | 109 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.57 |
| HSL | 222.61º | 0.46% | 0.29% | - |
| HSV(B) | 222.61º | 0.63% | 0.43% | - |
| XYZ | 5.25 | 4.79 | 15.12 | - |
| YUV | 59.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 109 | 0.63 | 0.45 | 0 | 0.57 | 222.61 | 0.46 | 0.29 |
| Hex | 28 | 3C | 6D | 3F | 2D | 0 | 39 | DF | 2E | 1D |
| Octal | 50 | 74 | 155 | 77 | 55 | 0 | 71 | 337 | 56 | 35 |
| Binary | 101000 | 111100 | 1101101 | 111111 | 101101 | 0 | 111001 | 11011111 | 101110 | 11101 |
Color Harmonies of #283C6D
Complementary color
Monochromatic Colors of #283C6D
Black with #283C6D
Text Example
Text Example
White with #283C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C6D; }
p { color: rgb(40,60,109); }
H1.HeaderClassName
{
color: #283C6D;
}
.AnyTagClassName
{
color: #283C6D;
}
</style>
background-color css
<style>
a { background-color: #283C6D; }
a { background-color: rgb(40,60,109); }
div.DivClassName
{
background-color: #283C6D;
}
.BgClassName
{
background-color: #283C6D;
}
</style>
border-color css
<style>
span { border-color: #283C6D; }
span { border-color: rgb(40,60,109); }
td.TdClassName
{
border-color: #283C6D;
}
.TagClassName
{
border-color: #283C6D;
}
</style>