Shades of Resolution Blue #28386B
Tints of Resolution Blue #28386B
RGB
CMYK
RGB Variations
Color information
#28386B (or 0x28386B) is known color: Resolution Blue. HEX triplet: 28, 38 and 6B. RGB value is (40,56,107). Sum of RGB (Red+Green+Blue) = 40+56+107=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #28386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28386B is #D7C794. Grayscale: #383838. Windows color (decimal): -14141333 or 7026728. OLE color: 7026728.
HSL color Cylindrical-coordinate representation of color #28386B: hue angle of 225.67º 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 #28386B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 56 | 107 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.58 |
| HSL | 225.67º | 0.46% | 0.29% | - |
| HSV(B) | 225.67º | 0.63% | 0.42% | - |
| XYZ | 4.94 | 4.34 | 14.49 | - |
| YUV | 57.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 107 | 0.63 | 0.48 | 0 | 0.58 | 225.67 | 0.46 | 0.29 |
| Hex | 28 | 38 | 6B | 3F | 30 | 0 | 3A | E2 | 2E | 1D |
| Octal | 50 | 70 | 153 | 77 | 60 | 0 | 72 | 342 | 56 | 35 |
| Binary | 101000 | 111000 | 1101011 | 111111 | 110000 | 0 | 111010 | 11100010 | 101110 | 11101 |
Color Harmonies of #28386B
Complementary color
Monochromatic Colors of #28386B
Black with #28386B
Text Example
Text Example
White with #28386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28386B; }
p { color: rgb(40,56,107); }
H1.HeaderClassName
{
color: #28386B;
}
.AnyTagClassName
{
color: #28386B;
}
</style>
background-color css
<style>
a { background-color: #28386B; }
a { background-color: rgb(40,56,107); }
div.DivClassName
{
background-color: #28386B;
}
.BgClassName
{
background-color: #28386B;
}
</style>
border-color css
<style>
span { border-color: #28386B; }
span { border-color: rgb(40,56,107); }
td.TdClassName
{
border-color: #28386B;
}
.TagClassName
{
border-color: #28386B;
}
</style>