Shades of Resolution Blue #283F7C
Tints of Resolution Blue #283F7C
RGB
CMYK
RGB Variations
Color information
#283F7C (or 0x283F7C) is known color: Resolution Blue. HEX triplet: 28, 3F and 7C. RGB value is (40,63,124). Sum of RGB (Red+Green+Blue) = 40+63+124=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #283F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F7C is #D7C083. Grayscale: #3E3E3E. Windows color (decimal): -14139524 or 8142632. OLE color: 8142632.
HSL color Cylindrical-coordinate representation of color #283F7C: hue angle of 223.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #283F7C is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 63 | 124 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.51 |
| HSL | 223.57º | 0.51% | 0.32% | - |
| HSV(B) | 223.57º | 0.68% | 0.49% | - |
| XYZ | 6.29 | 5.46 | 19.79 | - |
| YUV | 63.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 124 | 0.68 | 0.49 | 0 | 0.51 | 223.57 | 0.51 | 0.32 |
| Hex | 28 | 3F | 7C | 44 | 31 | 0 | 33 | E0 | 33 | 20 |
| Octal | 50 | 77 | 174 | 104 | 61 | 0 | 63 | 340 | 63 | 40 |
| Binary | 101000 | 111111 | 1111100 | 1000100 | 110001 | 0 | 110011 | 11100000 | 110011 | 100000 |
Color Harmonies of #283F7C
Complementary color
Monochromatic Colors of #283F7C
Black with #283F7C
Text Example
Text Example
White with #283F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F7C; }
p { color: rgb(40,63,124); }
H1.HeaderClassName
{
color: #283F7C;
}
.AnyTagClassName
{
color: #283F7C;
}
</style>
background-color css
<style>
a { background-color: #283F7C; }
a { background-color: rgb(40,63,124); }
div.DivClassName
{
background-color: #283F7C;
}
.BgClassName
{
background-color: #283F7C;
}
</style>
border-color css
<style>
span { border-color: #283F7C; }
span { border-color: rgb(40,63,124); }
td.TdClassName
{
border-color: #283F7C;
}
.TagClassName
{
border-color: #283F7C;
}
</style>