Shades of Resolution Blue #2B437F
Tints of Resolution Blue #2B437F
RGB
CMYK
RGB Variations
Color information
#2B437F (or 0x2B437F) is known color: Resolution Blue. HEX triplet: 2B, 43 and 7F. RGB value is (43,67,127). Sum of RGB (Red+Green+Blue) = 43+67+127=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B437F is #D4BC80. Grayscale: #424242. Windows color (decimal): -13941889 or 8340267. OLE color: 8340267.
HSL color Cylindrical-coordinate representation of color #2B437F: hue angle of 222.86º 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 #2B437F is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 67 | 127 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.50 |
| HSL | 222.86º | 0.49% | 0.33% | - |
| HSV(B) | 222.86º | 0.66% | 0.5% | - |
| XYZ | 6.83 | 6.06 | 20.89 | - |
| YUV | 66.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 127 | 0.66 | 0.47 | 0 | 0.50 | 222.86 | 0.49 | 0.33 |
| Hex | 2B | 43 | 7F | 42 | 2F | 0 | 32 | DF | 31 | 21 |
| Octal | 53 | 103 | 177 | 102 | 57 | 0 | 62 | 337 | 61 | 41 |
| Binary | 101011 | 1000011 | 1111111 | 1000010 | 101111 | 0 | 110010 | 11011111 | 110001 | 100001 |
Color Harmonies of #2B437F
Complementary color
Monochromatic Colors of #2B437F
Black with #2B437F
Text Example
Text Example
White with #2B437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B437F; }
p { color: rgb(43,67,127); }
H1.HeaderClassName
{
color: #2B437F;
}
.AnyTagClassName
{
color: #2B437F;
}
</style>
background-color css
<style>
a { background-color: #2B437F; }
a { background-color: rgb(43,67,127); }
div.DivClassName
{
background-color: #2B437F;
}
.BgClassName
{
background-color: #2B437F;
}
</style>
border-color css
<style>
span { border-color: #2B437F; }
span { border-color: rgb(43,67,127); }
td.TdClassName
{
border-color: #2B437F;
}
.TagClassName
{
border-color: #2B437F;
}
</style>