Shades of Resolution Blue #343F6F
Tints of Resolution Blue #343F6F
RGB
CMYK
RGB Variations
Color information
#343F6F (or 0x343F6F) is known color: Resolution Blue. HEX triplet: 34, 3F and 6F. RGB value is (52,63,111). Sum of RGB (Red+Green+Blue) = 52+63+111=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #343F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F6F is #CBC090. Grayscale: #404040. Windows color (decimal): -13353105 or 7290676. OLE color: 7290676.
HSL color Cylindrical-coordinate representation of color #343F6F: hue angle of 228.81º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343F6F is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 63 | 111 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.56 |
| HSL | 228.81º | 0.36% | 0.32% | - |
| HSV(B) | 228.81º | 0.53% | 0.44% | - |
| XYZ | 6.06 | 5.43 | 15.77 | - |
| YUV | 65.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 111 | 0.53 | 0.43 | 0 | 0.56 | 228.81 | 0.36 | 0.32 |
| Hex | 34 | 3F | 6F | 35 | 2B | 0 | 38 | E5 | 24 | 20 |
| Octal | 64 | 77 | 157 | 65 | 53 | 0 | 70 | 345 | 44 | 40 |
| Binary | 110100 | 111111 | 1101111 | 110101 | 101011 | 0 | 111000 | 11100101 | 100100 | 100000 |
Color Harmonies of #343F6F
Complementary color
Monochromatic Colors of #343F6F
Black with #343F6F
Text Example
Text Example
White with #343F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F6F; }
p { color: rgb(52,63,111); }
H1.HeaderClassName
{
color: #343F6F;
}
.AnyTagClassName
{
color: #343F6F;
}
</style>
background-color css
<style>
a { background-color: #343F6F; }
a { background-color: rgb(52,63,111); }
div.DivClassName
{
background-color: #343F6F;
}
.BgClassName
{
background-color: #343F6F;
}
</style>
border-color css
<style>
span { border-color: #343F6F; }
span { border-color: rgb(52,63,111); }
td.TdClassName
{
border-color: #343F6F;
}
.TagClassName
{
border-color: #343F6F;
}
</style>