Shades of Resolution Blue #2F3A6E
Tints of Resolution Blue #2F3A6E
RGB
CMYK
RGB Variations
Color information
#2F3A6E (or 0x2F3A6E) is known color: Resolution Blue. HEX triplet: 2F, 3A and 6E. RGB value is (47,58,110). Sum of RGB (Red+Green+Blue) = 47+58+110=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F3A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3A6E is #D0C591. Grayscale: #3C3C3C. Windows color (decimal): -13682066 or 7223855. OLE color: 7223855.
HSL color Cylindrical-coordinate representation of color #2F3A6E: hue angle of 229.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F3A6E is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 58 | 110 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.57 |
| HSL | 229.52º | 0.4% | 0.31% | - |
| HSV(B) | 229.52º | 0.57% | 0.43% | - |
| XYZ | 5.5 | 4.76 | 15.38 | - |
| YUV | 60.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 110 | 0.57 | 0.47 | 0 | 0.57 | 229.52 | 0.4 | 0.31 |
| Hex | 2F | 3A | 6E | 39 | 2F | 0 | 39 | E6 | 28 | 1F |
| Octal | 57 | 72 | 156 | 71 | 57 | 0 | 71 | 346 | 50 | 37 |
| Binary | 101111 | 111010 | 1101110 | 111001 | 101111 | 0 | 111001 | 11100110 | 101000 | 11111 |
Color Harmonies of #2F3A6E
Complementary color
Monochromatic Colors of #2F3A6E
Black with #2F3A6E
Text Example
Text Example
White with #2F3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A6E; }
p { color: rgb(47,58,110); }
H1.HeaderClassName
{
color: #2F3A6E;
}
.AnyTagClassName
{
color: #2F3A6E;
}
</style>
background-color css
<style>
a { background-color: #2F3A6E; }
a { background-color: rgb(47,58,110); }
div.DivClassName
{
background-color: #2F3A6E;
}
.BgClassName
{
background-color: #2F3A6E;
}
</style>
border-color css
<style>
span { border-color: #2F3A6E; }
span { border-color: rgb(47,58,110); }
td.TdClassName
{
border-color: #2F3A6E;
}
.TagClassName
{
border-color: #2F3A6E;
}
</style>