Shades of Resolution Blue #283E6B
Tints of Resolution Blue #283E6B
RGB
CMYK
RGB Variations
Color information
#283E6B (or 0x283E6B) is known color: Resolution Blue. HEX triplet: 28, 3E and 6B. RGB value is (40,62,107). Sum of RGB (Red+Green+Blue) = 40+62+107=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #283E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E6B is #D7C194. Grayscale: #3C3C3C. Windows color (decimal): -14139797 or 7028264. OLE color: 7028264.
HSL color Cylindrical-coordinate representation of color #283E6B: hue angle of 220.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283E6B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 62 | 107 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.58 |
| HSL | 220.3º | 0.46% | 0.29% | - |
| HSV(B) | 220.3º | 0.63% | 0.42% | - |
| XYZ | 5.25 | 4.96 | 14.59 | - |
| YUV | 60.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 107 | 0.63 | 0.42 | 0 | 0.58 | 220.3 | 0.46 | 0.29 |
| Hex | 28 | 3E | 6B | 3F | 2A | 0 | 3A | DC | 2E | 1D |
| Octal | 50 | 76 | 153 | 77 | 52 | 0 | 72 | 334 | 56 | 35 |
| Binary | 101000 | 111110 | 1101011 | 111111 | 101010 | 0 | 111010 | 11011100 | 101110 | 11101 |
Color Harmonies of #283E6B
Complementary color
Monochromatic Colors of #283E6B
Black with #283E6B
Text Example
Text Example
White with #283E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E6B; }
p { color: rgb(40,62,107); }
H1.HeaderClassName
{
color: #283E6B;
}
.AnyTagClassName
{
color: #283E6B;
}
</style>
background-color css
<style>
a { background-color: #283E6B; }
a { background-color: rgb(40,62,107); }
div.DivClassName
{
background-color: #283E6B;
}
.BgClassName
{
background-color: #283E6B;
}
</style>
border-color css
<style>
span { border-color: #283E6B; }
span { border-color: rgb(40,62,107); }
td.TdClassName
{
border-color: #283E6B;
}
.TagClassName
{
border-color: #283E6B;
}
</style>