Shades of Resolution Blue #2B417F
Tints of Resolution Blue #2B417F
RGB
CMYK
RGB Variations
Color information
#2B417F (or 0x2B417F) is known color: Resolution Blue. HEX triplet: 2B, 41 and 7F. RGB value is (43,65,127). Sum of RGB (Red+Green+Blue) = 43+65+127=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B417F is #D4BE80. Grayscale: #414141. Windows color (decimal): -13942401 or 8339755. OLE color: 8339755.
HSL color Cylindrical-coordinate representation of color #2B417F: hue angle of 224.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B417F is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 65 | 127 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.50 |
| HSL | 224.29º | 0.49% | 0.33% | - |
| HSV(B) | 224.29º | 0.66% | 0.5% | - |
| XYZ | 6.72 | 5.83 | 20.85 | - |
| YUV | 65.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 127 | 0.66 | 0.49 | 0 | 0.50 | 224.29 | 0.49 | 0.33 |
| Hex | 2B | 41 | 7F | 42 | 31 | 0 | 32 | E0 | 31 | 21 |
| Octal | 53 | 101 | 177 | 102 | 61 | 0 | 62 | 340 | 61 | 41 |
| Binary | 101011 | 1000001 | 1111111 | 1000010 | 110001 | 0 | 110010 | 11100000 | 110001 | 100001 |
Color Harmonies of #2B417F
Complementary color
Monochromatic Colors of #2B417F
Black with #2B417F
Text Example
Text Example
White with #2B417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B417F; }
p { color: rgb(43,65,127); }
H1.HeaderClassName
{
color: #2B417F;
}
.AnyTagClassName
{
color: #2B417F;
}
</style>
background-color css
<style>
a { background-color: #2B417F; }
a { background-color: rgb(43,65,127); }
div.DivClassName
{
background-color: #2B417F;
}
.BgClassName
{
background-color: #2B417F;
}
</style>
border-color css
<style>
span { border-color: #2B417F; }
span { border-color: rgb(43,65,127); }
td.TdClassName
{
border-color: #2B417F;
}
.TagClassName
{
border-color: #2B417F;
}
</style>