Shades of Resolution Blue #2B427F
Tints of Resolution Blue #2B427F
RGB
CMYK
RGB Variations
Color information
#2B427F (or 0x2B427F) is known color: Resolution Blue. HEX triplet: 2B, 42 and 7F. RGB value is (43,66,127). Sum of RGB (Red+Green+Blue) = 43+66+127=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B427F is #D4BD80. Grayscale: #414141. Windows color (decimal): -13942145 or 8340011. OLE color: 8340011.
HSL color Cylindrical-coordinate representation of color #2B427F: hue angle of 223.57º 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 #2B427F is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 66 | 127 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.50 |
| HSL | 223.57º | 0.49% | 0.33% | - |
| HSV(B) | 223.57º | 0.66% | 0.5% | - |
| XYZ | 6.78 | 5.94 | 20.87 | - |
| YUV | 66.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 127 | 0.66 | 0.48 | 0 | 0.50 | 223.57 | 0.49 | 0.33 |
| Hex | 2B | 42 | 7F | 42 | 30 | 0 | 32 | E0 | 31 | 21 |
| Octal | 53 | 102 | 177 | 102 | 60 | 0 | 62 | 340 | 61 | 41 |
| Binary | 101011 | 1000010 | 1111111 | 1000010 | 110000 | 0 | 110010 | 11100000 | 110001 | 100001 |
Color Harmonies of #2B427F
Complementary color
Monochromatic Colors of #2B427F
Black with #2B427F
Text Example
Text Example
White with #2B427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B427F; }
p { color: rgb(43,66,127); }
H1.HeaderClassName
{
color: #2B427F;
}
.AnyTagClassName
{
color: #2B427F;
}
</style>
background-color css
<style>
a { background-color: #2B427F; }
a { background-color: rgb(43,66,127); }
div.DivClassName
{
background-color: #2B427F;
}
.BgClassName
{
background-color: #2B427F;
}
</style>
border-color css
<style>
span { border-color: #2B427F; }
span { border-color: rgb(43,66,127); }
td.TdClassName
{
border-color: #2B427F;
}
.TagClassName
{
border-color: #2B427F;
}
</style>