Shades of Resolution Blue #28437A
Tints of Resolution Blue #28437A
RGB
CMYK
RGB Variations
Color information
#28437A (or 0x28437A) is known color: Resolution Blue. HEX triplet: 28, 43 and 7A. RGB value is (40,67,122). Sum of RGB (Red+Green+Blue) = 40+67+122=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #28437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28437A is #D7BC85. Grayscale: #404040. Windows color (decimal): -14138502 or 8012584. OLE color: 8012584.
HSL color Cylindrical-coordinate representation of color #28437A: hue angle of 220.24º 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 #28437A is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 67 | 122 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.52 |
| HSL | 220.24º | 0.51% | 0.32% | - |
| HSV(B) | 220.24º | 0.67% | 0.48% | - |
| XYZ | 6.4 | 5.87 | 19.21 | - |
| YUV | 65.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 122 | 0.67 | 0.45 | 0 | 0.52 | 220.24 | 0.51 | 0.32 |
| Hex | 28 | 43 | 7A | 43 | 2D | 0 | 34 | DC | 33 | 20 |
| Octal | 50 | 103 | 172 | 103 | 55 | 0 | 64 | 334 | 63 | 40 |
| Binary | 101000 | 1000011 | 1111010 | 1000011 | 101101 | 0 | 110100 | 11011100 | 110011 | 100000 |
Color Harmonies of #28437A
Complementary color
Monochromatic Colors of #28437A
Black with #28437A
Text Example
Text Example
White with #28437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28437A; }
p { color: rgb(40,67,122); }
H1.HeaderClassName
{
color: #28437A;
}
.AnyTagClassName
{
color: #28437A;
}
</style>
background-color css
<style>
a { background-color: #28437A; }
a { background-color: rgb(40,67,122); }
div.DivClassName
{
background-color: #28437A;
}
.BgClassName
{
background-color: #28437A;
}
</style>
border-color css
<style>
span { border-color: #28437A; }
span { border-color: rgb(40,67,122); }
td.TdClassName
{
border-color: #28437A;
}
.TagClassName
{
border-color: #28437A;
}
</style>