Shades of Resolution Blue #28427B
Tints of Resolution Blue #28427B
RGB
CMYK
RGB Variations
Color information
#28427B (or 0x28427B) is known color: Resolution Blue. HEX triplet: 28, 42 and 7B. RGB value is (40,66,123). Sum of RGB (Red+Green+Blue) = 40+66+123=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #28427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28427B is #D7BD84. Grayscale: #404040. Windows color (decimal): -14138757 or 8077864. OLE color: 8077864.
HSL color Cylindrical-coordinate representation of color #28427B: hue angle of 221.2º 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 #28427B is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 66 | 123 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.52 |
| HSL | 221.2º | 0.51% | 0.32% | - |
| HSV(B) | 221.2º | 0.67% | 0.48% | - |
| XYZ | 6.4 | 5.78 | 19.52 | - |
| YUV | 64.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 123 | 0.67 | 0.46 | 0 | 0.52 | 221.2 | 0.51 | 0.32 |
| Hex | 28 | 42 | 7B | 43 | 2E | 0 | 34 | DD | 33 | 20 |
| Octal | 50 | 102 | 173 | 103 | 56 | 0 | 64 | 335 | 63 | 40 |
| Binary | 101000 | 1000010 | 1111011 | 1000011 | 101110 | 0 | 110100 | 11011101 | 110011 | 100000 |
Color Harmonies of #28427B
Complementary color
Monochromatic Colors of #28427B
Black with #28427B
Text Example
Text Example
White with #28427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28427B; }
p { color: rgb(40,66,123); }
H1.HeaderClassName
{
color: #28427B;
}
.AnyTagClassName
{
color: #28427B;
}
</style>
background-color css
<style>
a { background-color: #28427B; }
a { background-color: rgb(40,66,123); }
div.DivClassName
{
background-color: #28427B;
}
.BgClassName
{
background-color: #28427B;
}
</style>
border-color css
<style>
span { border-color: #28427B; }
span { border-color: rgb(40,66,123); }
td.TdClassName
{
border-color: #28427B;
}
.TagClassName
{
border-color: #28427B;
}
</style>