Shades of Resolution Blue #283F6F
Tints of Resolution Blue #283F6F
RGB
CMYK
RGB Variations
Color information
#283F6F (or 0x283F6F) is known color: Resolution Blue. HEX triplet: 28, 3F and 6F. RGB value is (40,63,111). Sum of RGB (Red+Green+Blue) = 40+63+111=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #283F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F6F is #D7C090. Grayscale: #3D3D3D. Windows color (decimal): -14139537 or 7290664. OLE color: 7290664.
HSL color Cylindrical-coordinate representation of color #283F6F: hue angle of 220.56º 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 #283F6F is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 63 | 111 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.56 |
| HSL | 220.56º | 0.47% | 0.3% | - |
| HSV(B) | 220.56º | 0.64% | 0.44% | - |
| XYZ | 5.52 | 5.15 | 15.74 | - |
| YUV | 61.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 111 | 0.64 | 0.43 | 0 | 0.56 | 220.56 | 0.47 | 0.3 |
| Hex | 28 | 3F | 6F | 40 | 2B | 0 | 38 | DD | 2F | 1E |
| Octal | 50 | 77 | 157 | 100 | 53 | 0 | 70 | 335 | 57 | 36 |
| Binary | 101000 | 111111 | 1101111 | 1000000 | 101011 | 0 | 111000 | 11011101 | 101111 | 11110 |
Color Harmonies of #283F6F
Complementary color
Monochromatic Colors of #283F6F
Black with #283F6F
Text Example
Text Example
White with #283F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F6F; }
p { color: rgb(40,63,111); }
H1.HeaderClassName
{
color: #283F6F;
}
.AnyTagClassName
{
color: #283F6F;
}
</style>
background-color css
<style>
a { background-color: #283F6F; }
a { background-color: rgb(40,63,111); }
div.DivClassName
{
background-color: #283F6F;
}
.BgClassName
{
background-color: #283F6F;
}
</style>
border-color css
<style>
span { border-color: #283F6F; }
span { border-color: rgb(40,63,111); }
td.TdClassName
{
border-color: #283F6F;
}
.TagClassName
{
border-color: #283F6F;
}
</style>