Shades of Resolution Blue #28396B
Tints of Resolution Blue #28396B
RGB
CMYK
RGB Variations
Color information
#28396B (or 0x28396B) is known color: Resolution Blue. HEX triplet: 28, 39 and 6B. RGB value is (40,57,107). Sum of RGB (Red+Green+Blue) = 40+57+107=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #28396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28396B is #D7C694. Grayscale: #393939. Windows color (decimal): -14141077 or 7026984. OLE color: 7026984.
HSL color Cylindrical-coordinate representation of color #28396B: hue angle of 224.78º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28396B is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 57 | 107 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.58 |
| HSL | 224.78º | 0.46% | 0.29% | - |
| HSV(B) | 224.78º | 0.63% | 0.42% | - |
| XYZ | 4.99 | 4.44 | 14.5 | - |
| YUV | 57.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 107 | 0.63 | 0.47 | 0 | 0.58 | 224.78 | 0.46 | 0.29 |
| Hex | 28 | 39 | 6B | 3F | 2F | 0 | 3A | E1 | 2E | 1D |
| Octal | 50 | 71 | 153 | 77 | 57 | 0 | 72 | 341 | 56 | 35 |
| Binary | 101000 | 111001 | 1101011 | 111111 | 101111 | 0 | 111010 | 11100001 | 101110 | 11101 |
Color Harmonies of #28396B
Complementary color
Monochromatic Colors of #28396B
Black with #28396B
Text Example
Text Example
White with #28396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28396B; }
p { color: rgb(40,57,107); }
H1.HeaderClassName
{
color: #28396B;
}
.AnyTagClassName
{
color: #28396B;
}
</style>
background-color css
<style>
a { background-color: #28396B; }
a { background-color: rgb(40,57,107); }
div.DivClassName
{
background-color: #28396B;
}
.BgClassName
{
background-color: #28396B;
}
</style>
border-color css
<style>
span { border-color: #28396B; }
span { border-color: rgb(40,57,107); }
td.TdClassName
{
border-color: #28396B;
}
.TagClassName
{
border-color: #28396B;
}
</style>