Shades of Resolution Blue #2F3D70
Tints of Resolution Blue #2F3D70
RGB
CMYK
RGB Variations
Color information
#2F3D70 (or 0x2F3D70) is known color: Resolution Blue. HEX triplet: 2F, 3D and 70. RGB value is (47,61,112). Sum of RGB (Red+Green+Blue) = 47+61+112=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F3D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3D70 is #D0C28F. Grayscale: #3E3E3E. Windows color (decimal): -13681296 or 7355695. OLE color: 7355695.
HSL color Cylindrical-coordinate representation of color #2F3D70: hue angle of 227.08º 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 #2F3D70 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 61 | 112 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.56 |
| HSL | 227.08º | 0.41% | 0.31% | - |
| HSV(B) | 227.08º | 0.58% | 0.44% | - |
| XYZ | 5.77 | 5.11 | 16.01 | - |
| YUV | 62.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 112 | 0.58 | 0.46 | 0 | 0.56 | 227.08 | 0.41 | 0.31 |
| Hex | 2F | 3D | 70 | 3A | 2E | 0 | 38 | E3 | 29 | 1F |
| Octal | 57 | 75 | 160 | 72 | 56 | 0 | 70 | 343 | 51 | 37 |
| Binary | 101111 | 111101 | 1110000 | 111010 | 101110 | 0 | 111000 | 11100011 | 101001 | 11111 |
Color Harmonies of #2F3D70
Complementary color
Monochromatic Colors of #2F3D70
Black with #2F3D70
Text Example
Text Example
White with #2F3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D70; }
p { color: rgb(47,61,112); }
H1.HeaderClassName
{
color: #2F3D70;
}
.AnyTagClassName
{
color: #2F3D70;
}
</style>
background-color css
<style>
a { background-color: #2F3D70; }
a { background-color: rgb(47,61,112); }
div.DivClassName
{
background-color: #2F3D70;
}
.BgClassName
{
background-color: #2F3D70;
}
</style>
border-color css
<style>
span { border-color: #2F3D70; }
span { border-color: rgb(47,61,112); }
td.TdClassName
{
border-color: #2F3D70;
}
.TagClassName
{
border-color: #2F3D70;
}
</style>