Shades of Resolution Blue #2B3985
Tints of Resolution Blue #2B3985
RGB
CMYK
RGB Variations
Color information
#2B3985 (or 0x2B3985) is known color: Resolution Blue. HEX triplet: 2B, 39 and 85. RGB value is (43,57,133). Sum of RGB (Red+Green+Blue) = 43+57+133=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B3985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3985 is #D4C67A. Grayscale: #3D3D3D. Windows color (decimal): -13944443 or 8730923. OLE color: 8730923.
HSL color Cylindrical-coordinate representation of color #2B3985: hue angle of 230.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B3985 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 57 | 133 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.48 |
| HSL | 230.67º | 0.51% | 0.35% | - |
| HSV(B) | 230.67º | 0.68% | 0.52% | - |
| XYZ | 6.69 | 5.13 | 22.83 | - |
| YUV | 61.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 133 | 0.68 | 0.57 | 0 | 0.48 | 230.67 | 0.51 | 0.35 |
| Hex | 2B | 39 | 85 | 44 | 39 | 0 | 30 | E7 | 33 | 23 |
| Octal | 53 | 71 | 205 | 104 | 71 | 0 | 60 | 347 | 63 | 43 |
| Binary | 101011 | 111001 | 10000101 | 1000100 | 111001 | 0 | 110000 | 11100111 | 110011 | 100011 |
Color Harmonies of #2B3985
Complementary color
Monochromatic Colors of #2B3985
Black with #2B3985
Text Example
Text Example
White with #2B3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3985; }
p { color: rgb(43,57,133); }
H1.HeaderClassName
{
color: #2B3985;
}
.AnyTagClassName
{
color: #2B3985;
}
</style>
background-color css
<style>
a { background-color: #2B3985; }
a { background-color: rgb(43,57,133); }
div.DivClassName
{
background-color: #2B3985;
}
.BgClassName
{
background-color: #2B3985;
}
</style>
border-color css
<style>
span { border-color: #2B3985; }
span { border-color: rgb(43,57,133); }
td.TdClassName
{
border-color: #2B3985;
}
.TagClassName
{
border-color: #2B3985;
}
</style>