Shades of Resolution Blue #28397B
Tints of Resolution Blue #28397B
RGB
CMYK
RGB Variations
Color information
#28397B (or 0x28397B) is known color: Resolution Blue. HEX triplet: 28, 39 and 7B. RGB value is (40,57,123). Sum of RGB (Red+Green+Blue) = 40+57+123=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #28397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28397B is #D7C684. Grayscale: #3B3B3B. Windows color (decimal): -14141061 or 8075560. OLE color: 8075560.
HSL color Cylindrical-coordinate representation of color #28397B: hue angle of 227.71º 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 #28397B is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 57 | 123 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.52 |
| HSL | 227.71º | 0.51% | 0.32% | - |
| HSV(B) | 227.71º | 0.67% | 0.48% | - |
| XYZ | 5.91 | 4.81 | 19.36 | - |
| YUV | 59.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 123 | 0.67 | 0.54 | 0 | 0.52 | 227.71 | 0.51 | 0.32 |
| Hex | 28 | 39 | 7B | 43 | 36 | 0 | 34 | E4 | 33 | 20 |
| Octal | 50 | 71 | 173 | 103 | 66 | 0 | 64 | 344 | 63 | 40 |
| Binary | 101000 | 111001 | 1111011 | 1000011 | 110110 | 0 | 110100 | 11100100 | 110011 | 100000 |
Color Harmonies of #28397B
Complementary color
Monochromatic Colors of #28397B
Black with #28397B
Text Example
Text Example
White with #28397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28397B; }
p { color: rgb(40,57,123); }
H1.HeaderClassName
{
color: #28397B;
}
.AnyTagClassName
{
color: #28397B;
}
</style>
background-color css
<style>
a { background-color: #28397B; }
a { background-color: rgb(40,57,123); }
div.DivClassName
{
background-color: #28397B;
}
.BgClassName
{
background-color: #28397B;
}
</style>
border-color css
<style>
span { border-color: #28397B; }
span { border-color: rgb(40,57,123); }
td.TdClassName
{
border-color: #28397B;
}
.TagClassName
{
border-color: #28397B;
}
</style>