Shades of Resolution Blue #2B417C
Tints of Resolution Blue #2B417C
RGB
CMYK
RGB Variations
Color information
#2B417C (or 0x2B417C) is known color: Resolution Blue. HEX triplet: 2B, 41 and 7C. RGB value is (43,65,124). Sum of RGB (Red+Green+Blue) = 43+65+124=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B417C is #D4BE83. Grayscale: #404040. Windows color (decimal): -13942404 or 8143147. OLE color: 8143147.
HSL color Cylindrical-coordinate representation of color #2B417C: hue angle of 223.7º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B417C is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 65 | 124 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.51 |
| HSL | 223.7º | 0.49% | 0.33% | - |
| HSV(B) | 223.7º | 0.65% | 0.49% | - |
| XYZ | 6.52 | 5.75 | 19.83 | - |
| YUV | 65.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 124 | 0.65 | 0.48 | 0 | 0.51 | 223.7 | 0.49 | 0.33 |
| Hex | 2B | 41 | 7C | 41 | 30 | 0 | 33 | E0 | 31 | 21 |
| Octal | 53 | 101 | 174 | 101 | 60 | 0 | 63 | 340 | 61 | 41 |
| Binary | 101011 | 1000001 | 1111100 | 1000001 | 110000 | 0 | 110011 | 11100000 | 110001 | 100001 |
Color Harmonies of #2B417C
Complementary color
Monochromatic Colors of #2B417C
Black with #2B417C
Text Example
Text Example
White with #2B417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B417C; }
p { color: rgb(43,65,124); }
H1.HeaderClassName
{
color: #2B417C;
}
.AnyTagClassName
{
color: #2B417C;
}
</style>
background-color css
<style>
a { background-color: #2B417C; }
a { background-color: rgb(43,65,124); }
div.DivClassName
{
background-color: #2B417C;
}
.BgClassName
{
background-color: #2B417C;
}
</style>
border-color css
<style>
span { border-color: #2B417C; }
span { border-color: rgb(43,65,124); }
td.TdClassName
{
border-color: #2B417C;
}
.TagClassName
{
border-color: #2B417C;
}
</style>