Shades of Resolution Blue #343F75
Tints of Resolution Blue #343F75
RGB
CMYK
RGB Variations
Color information
#343F75 (or 0x343F75) is known color: Resolution Blue. HEX triplet: 34, 3F and 75. RGB value is (52,63,117). Sum of RGB (Red+Green+Blue) = 52+63+117=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #343F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F75 is #CBC08A. Grayscale: #414141. Windows color (decimal): -13353099 or 7683892. OLE color: 7683892.
HSL color Cylindrical-coordinate representation of color #343F75: hue angle of 229.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343F75 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 63 | 117 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.54 |
| HSL | 229.85º | 0.38% | 0.33% | - |
| HSV(B) | 229.85º | 0.56% | 0.46% | - |
| XYZ | 6.4 | 5.57 | 17.57 | - |
| YUV | 65.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 117 | 0.56 | 0.46 | 0 | 0.54 | 229.85 | 0.38 | 0.33 |
| Hex | 34 | 3F | 75 | 38 | 2E | 0 | 36 | E6 | 26 | 21 |
| Octal | 64 | 77 | 165 | 70 | 56 | 0 | 66 | 346 | 46 | 41 |
| Binary | 110100 | 111111 | 1110101 | 111000 | 101110 | 0 | 110110 | 11100110 | 100110 | 100001 |
Color Harmonies of #343F75
Complementary color
Monochromatic Colors of #343F75
Black with #343F75
Text Example
Text Example
White with #343F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F75; }
p { color: rgb(52,63,117); }
H1.HeaderClassName
{
color: #343F75;
}
.AnyTagClassName
{
color: #343F75;
}
</style>
background-color css
<style>
a { background-color: #343F75; }
a { background-color: rgb(52,63,117); }
div.DivClassName
{
background-color: #343F75;
}
.BgClassName
{
background-color: #343F75;
}
</style>
border-color css
<style>
span { border-color: #343F75; }
span { border-color: rgb(52,63,117); }
td.TdClassName
{
border-color: #343F75;
}
.TagClassName
{
border-color: #343F75;
}
</style>