Shades of Resolution Blue #2B426F
Tints of Resolution Blue #2B426F
RGB
CMYK
RGB Variations
Color information
#2B426F (or 0x2B426F) is known color: Resolution Blue. HEX triplet: 2B, 42 and 6F. RGB value is (43,66,111). Sum of RGB (Red+Green+Blue) = 43+66+111=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B426F is #D4BD90. Grayscale: #404040. Windows color (decimal): -13942161 or 7291435. OLE color: 7291435.
HSL color Cylindrical-coordinate representation of color #2B426F: hue angle of 219.71º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B426F is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 66 | 111 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.56 |
| HSL | 219.71º | 0.44% | 0.3% | - |
| HSV(B) | 219.71º | 0.61% | 0.44% | - |
| XYZ | 5.81 | 5.56 | 15.81 | - |
| YUV | 64.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 111 | 0.61 | 0.41 | 0 | 0.56 | 219.71 | 0.44 | 0.3 |
| Hex | 2B | 42 | 6F | 3D | 29 | 0 | 38 | DC | 2C | 1E |
| Octal | 53 | 102 | 157 | 75 | 51 | 0 | 70 | 334 | 54 | 36 |
| Binary | 101011 | 1000010 | 1101111 | 111101 | 101001 | 0 | 111000 | 11011100 | 101100 | 11110 |
Color Harmonies of #2B426F
Complementary color
Monochromatic Colors of #2B426F
Black with #2B426F
Text Example
Text Example
White with #2B426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B426F; }
p { color: rgb(43,66,111); }
H1.HeaderClassName
{
color: #2B426F;
}
.AnyTagClassName
{
color: #2B426F;
}
</style>
background-color css
<style>
a { background-color: #2B426F; }
a { background-color: rgb(43,66,111); }
div.DivClassName
{
background-color: #2B426F;
}
.BgClassName
{
background-color: #2B426F;
}
</style>
border-color css
<style>
span { border-color: #2B426F; }
span { border-color: rgb(43,66,111); }
td.TdClassName
{
border-color: #2B426F;
}
.TagClassName
{
border-color: #2B426F;
}
</style>