Shades of Resolution Blue #2F3E6F
Tints of Resolution Blue #2F3E6F
RGB
CMYK
RGB Variations
Color information
#2F3E6F (or 0x2F3E6F) is known color: Resolution Blue. HEX triplet: 2F, 3E and 6F. RGB value is (47,62,111). Sum of RGB (Red+Green+Blue) = 47+62+111=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 62 (24.61% from 255 or 28.18% 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 #2F3E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3E6F is #D0C190. Grayscale: #3E3E3E. Windows color (decimal): -13681041 or 7290415. OLE color: 7290415.
HSL color Cylindrical-coordinate representation of color #2F3E6F: hue angle of 225.94º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F3E6F is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 62 | 111 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.56 |
| HSL | 225.94º | 0.41% | 0.31% | - |
| HSV(B) | 225.94º | 0.58% | 0.44% | - |
| XYZ | 5.76 | 5.2 | 15.74 | - |
| YUV | 63.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 111 | 0.58 | 0.44 | 0 | 0.56 | 225.94 | 0.41 | 0.31 |
| Hex | 2F | 3E | 6F | 3A | 2C | 0 | 38 | E2 | 29 | 1F |
| Octal | 57 | 76 | 157 | 72 | 54 | 0 | 70 | 342 | 51 | 37 |
| Binary | 101111 | 111110 | 1101111 | 111010 | 101100 | 0 | 111000 | 11100010 | 101001 | 11111 |
Color Harmonies of #2F3E6F
Complementary color
Monochromatic Colors of #2F3E6F
Black with #2F3E6F
Text Example
Text Example
White with #2F3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E6F; }
p { color: rgb(47,62,111); }
H1.HeaderClassName
{
color: #2F3E6F;
}
.AnyTagClassName
{
color: #2F3E6F;
}
</style>
background-color css
<style>
a { background-color: #2F3E6F; }
a { background-color: rgb(47,62,111); }
div.DivClassName
{
background-color: #2F3E6F;
}
.BgClassName
{
background-color: #2F3E6F;
}
</style>
border-color css
<style>
span { border-color: #2F3E6F; }
span { border-color: rgb(47,62,111); }
td.TdClassName
{
border-color: #2F3E6F;
}
.TagClassName
{
border-color: #2F3E6F;
}
</style>