Shades of Resolution Blue #2B4082
Tints of Resolution Blue #2B4082
RGB
CMYK
RGB Variations
Color information
#2B4082 (or 0x2B4082) is known color: Resolution Blue. HEX triplet: 2B, 40 and 82. RGB value is (43,64,130). Sum of RGB (Red+Green+Blue) = 43+64+130=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B4082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4082 is #D4BF7D. Grayscale: #404040. Windows color (decimal): -13942654 or 8536107. OLE color: 8536107.
HSL color Cylindrical-coordinate representation of color #2B4082: hue angle of 225.52º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4082 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 64 | 130 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.49 |
| HSL | 225.52º | 0.5% | 0.34% | - |
| HSV(B) | 225.52º | 0.67% | 0.51% | - |
| XYZ | 6.86 | 5.79 | 21.88 | - |
| YUV | 65.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 130 | 0.67 | 0.51 | 0 | 0.49 | 225.52 | 0.5 | 0.34 |
| Hex | 2B | 40 | 82 | 43 | 33 | 0 | 31 | E2 | 32 | 22 |
| Octal | 53 | 100 | 202 | 103 | 63 | 0 | 61 | 342 | 62 | 42 |
| Binary | 101011 | 1000000 | 10000010 | 1000011 | 110011 | 0 | 110001 | 11100010 | 110010 | 100010 |
Color Harmonies of #2B4082
Complementary color
Monochromatic Colors of #2B4082
Black with #2B4082
Text Example
Text Example
White with #2B4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4082; }
p { color: rgb(43,64,130); }
H1.HeaderClassName
{
color: #2B4082;
}
.AnyTagClassName
{
color: #2B4082;
}
</style>
background-color css
<style>
a { background-color: #2B4082; }
a { background-color: rgb(43,64,130); }
div.DivClassName
{
background-color: #2B4082;
}
.BgClassName
{
background-color: #2B4082;
}
</style>
border-color css
<style>
span { border-color: #2B4082; }
span { border-color: rgb(43,64,130); }
td.TdClassName
{
border-color: #2B4082;
}
.TagClassName
{
border-color: #2B4082;
}
</style>