Shades of Resolution Blue #28437B
Tints of Resolution Blue #28437B
RGB
CMYK
RGB Variations
Color information
#28437B (or 0x28437B) is known color: Resolution Blue. HEX triplet: 28, 43 and 7B. RGB value is (40,67,123). Sum of RGB (Red+Green+Blue) = 40+67+123=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #28437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28437B is #D7BC84. Grayscale: #414141. Windows color (decimal): -14138501 or 8078120. OLE color: 8078120.
HSL color Cylindrical-coordinate representation of color #28437B: hue angle of 220.48º 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 #28437B is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 67 | 123 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.52 |
| HSL | 220.48º | 0.51% | 0.32% | - |
| HSV(B) | 220.48º | 0.67% | 0.48% | - |
| XYZ | 6.46 | 5.9 | 19.54 | - |
| YUV | 65.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 123 | 0.67 | 0.46 | 0 | 0.52 | 220.48 | 0.51 | 0.32 |
| Hex | 28 | 43 | 7B | 43 | 2E | 0 | 34 | DC | 33 | 20 |
| Octal | 50 | 103 | 173 | 103 | 56 | 0 | 64 | 334 | 63 | 40 |
| Binary | 101000 | 1000011 | 1111011 | 1000011 | 101110 | 0 | 110100 | 11011100 | 110011 | 100000 |
Color Harmonies of #28437B
Complementary color
Monochromatic Colors of #28437B
Black with #28437B
Text Example
Text Example
White with #28437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28437B; }
p { color: rgb(40,67,123); }
H1.HeaderClassName
{
color: #28437B;
}
.AnyTagClassName
{
color: #28437B;
}
</style>
background-color css
<style>
a { background-color: #28437B; }
a { background-color: rgb(40,67,123); }
div.DivClassName
{
background-color: #28437B;
}
.BgClassName
{
background-color: #28437B;
}
</style>
border-color css
<style>
span { border-color: #28437B; }
span { border-color: rgb(40,67,123); }
td.TdClassName
{
border-color: #28437B;
}
.TagClassName
{
border-color: #28437B;
}
</style>