Shades of Resolution Blue #2B3A83
Tints of Resolution Blue #2B3A83
RGB
CMYK
RGB Variations
Color information
#2B3A83 (or 0x2B3A83) is known color: Resolution Blue. HEX triplet: 2B, 3A and 83. RGB value is (43,58,131). Sum of RGB (Red+Green+Blue) = 43+58+131=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B3A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A83 is #D4C57C. Grayscale: #3D3D3D. Windows color (decimal): -13944189 or 8600107. OLE color: 8600107.
HSL color Cylindrical-coordinate representation of color #2B3A83: hue angle of 229.77º degrees, saturation: 0.51, 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 #2B3A83 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 58 | 131 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.49 |
| HSL | 229.77º | 0.51% | 0.34% | - |
| HSV(B) | 229.77º | 0.67% | 0.51% | - |
| XYZ | 6.61 | 5.18 | 22.12 | - |
| YUV | 61.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 131 | 0.67 | 0.56 | 0 | 0.49 | 229.77 | 0.51 | 0.34 |
| Hex | 2B | 3A | 83 | 43 | 38 | 0 | 31 | E6 | 33 | 22 |
| Octal | 53 | 72 | 203 | 103 | 70 | 0 | 61 | 346 | 63 | 42 |
| Binary | 101011 | 111010 | 10000011 | 1000011 | 111000 | 0 | 110001 | 11100110 | 110011 | 100010 |
Color Harmonies of #2B3A83
Complementary color
Monochromatic Colors of #2B3A83
Black with #2B3A83
Text Example
Text Example
White with #2B3A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A83; }
p { color: rgb(43,58,131); }
H1.HeaderClassName
{
color: #2B3A83;
}
.AnyTagClassName
{
color: #2B3A83;
}
</style>
background-color css
<style>
a { background-color: #2B3A83; }
a { background-color: rgb(43,58,131); }
div.DivClassName
{
background-color: #2B3A83;
}
.BgClassName
{
background-color: #2B3A83;
}
</style>
border-color css
<style>
span { border-color: #2B3A83; }
span { border-color: rgb(43,58,131); }
td.TdClassName
{
border-color: #2B3A83;
}
.TagClassName
{
border-color: #2B3A83;
}
</style>