Shades of Resolution Blue #283F7B
Tints of Resolution Blue #283F7B
RGB
CMYK
RGB Variations
Color information
#283F7B (or 0x283F7B) is known color: Resolution Blue. HEX triplet: 28, 3F and 7B. RGB value is (40,63,123). Sum of RGB (Red+Green+Blue) = 40+63+123=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #283F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F7B is #D7C084. Grayscale: #3E3E3E. Windows color (decimal): -14139525 or 8077096. OLE color: 8077096.
HSL color Cylindrical-coordinate representation of color #283F7B: hue angle of 223.37º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #283F7B is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 63 | 123 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.52 |
| HSL | 223.37º | 0.51% | 0.32% | - |
| HSV(B) | 223.37º | 0.67% | 0.48% | - |
| XYZ | 6.23 | 5.44 | 19.46 | - |
| YUV | 62.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 123 | 0.67 | 0.49 | 0 | 0.52 | 223.37 | 0.51 | 0.32 |
| Hex | 28 | 3F | 7B | 43 | 31 | 0 | 34 | DF | 33 | 20 |
| Octal | 50 | 77 | 173 | 103 | 61 | 0 | 64 | 337 | 63 | 40 |
| Binary | 101000 | 111111 | 1111011 | 1000011 | 110001 | 0 | 110100 | 11011111 | 110011 | 100000 |
Color Harmonies of #283F7B
Complementary color
Monochromatic Colors of #283F7B
Black with #283F7B
Text Example
Text Example
White with #283F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F7B; }
p { color: rgb(40,63,123); }
H1.HeaderClassName
{
color: #283F7B;
}
.AnyTagClassName
{
color: #283F7B;
}
</style>
background-color css
<style>
a { background-color: #283F7B; }
a { background-color: rgb(40,63,123); }
div.DivClassName
{
background-color: #283F7B;
}
.BgClassName
{
background-color: #283F7B;
}
</style>
border-color css
<style>
span { border-color: #283F7B; }
span { border-color: rgb(40,63,123); }
td.TdClassName
{
border-color: #283F7B;
}
.TagClassName
{
border-color: #283F7B;
}
</style>