Shades of Resolution Blue #283F7F
Tints of Resolution Blue #283F7F
RGB
CMYK
RGB Variations
Color information
#283F7F (or 0x283F7F) is known color: Resolution Blue. HEX triplet: 28, 3F and 7F. RGB value is (40,63,127). Sum of RGB (Red+Green+Blue) = 40+63+127=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #283F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F7F is #D7C080. Grayscale: #3F3F3F. Windows color (decimal): -14139521 or 8339240. OLE color: 8339240.
HSL color Cylindrical-coordinate representation of color #283F7F: hue angle of 224.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283F7F is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 63 | 127 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.50 |
| HSL | 224.14º | 0.52% | 0.33% | - |
| HSV(B) | 224.14º | 0.69% | 0.5% | - |
| XYZ | 6.48 | 5.54 | 20.81 | - |
| YUV | 63.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 127 | 0.69 | 0.50 | 0 | 0.50 | 224.14 | 0.52 | 0.33 |
| Hex | 28 | 3F | 7F | 45 | 32 | 0 | 32 | E0 | 34 | 21 |
| Octal | 50 | 77 | 177 | 105 | 62 | 0 | 62 | 340 | 64 | 41 |
| Binary | 101000 | 111111 | 1111111 | 1000101 | 110010 | 0 | 110010 | 11100000 | 110100 | 100001 |
Color Harmonies of #283F7F
Complementary color
Monochromatic Colors of #283F7F
Black with #283F7F
Text Example
Text Example
White with #283F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F7F; }
p { color: rgb(40,63,127); }
H1.HeaderClassName
{
color: #283F7F;
}
.AnyTagClassName
{
color: #283F7F;
}
</style>
background-color css
<style>
a { background-color: #283F7F; }
a { background-color: rgb(40,63,127); }
div.DivClassName
{
background-color: #283F7F;
}
.BgClassName
{
background-color: #283F7F;
}
</style>
border-color css
<style>
span { border-color: #283F7F; }
span { border-color: rgb(40,63,127); }
td.TdClassName
{
border-color: #283F7F;
}
.TagClassName
{
border-color: #283F7F;
}
</style>