Shades of Resolution Blue #344282
Tints of Resolution Blue #344282
RGB
CMYK
RGB Variations
Color information
#344282 (or 0x344282) is known color: Resolution Blue. HEX triplet: 34, 42 and 82. RGB value is (52,66,130). Sum of RGB (Red+Green+Blue) = 52+66+130=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #344282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344282 is #CBBD7D. Grayscale: #444444. Windows color (decimal): -13352318 or 8536628. OLE color: 8536628.
HSL color Cylindrical-coordinate representation of color #344282: hue angle of 229.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344282 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 66 | 130 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.49 |
| HSL | 229.23º | 0.43% | 0.36% | - |
| HSV(B) | 229.23º | 0.6% | 0.51% | - |
| XYZ | 7.39 | 6.24 | 21.93 | - |
| YUV | 69.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 130 | 0.60 | 0.49 | 0 | 0.49 | 229.23 | 0.43 | 0.36 |
| Hex | 34 | 42 | 82 | 3C | 31 | 0 | 31 | E5 | 2B | 24 |
| Octal | 64 | 102 | 202 | 74 | 61 | 0 | 61 | 345 | 53 | 44 |
| Binary | 110100 | 1000010 | 10000010 | 111100 | 110001 | 0 | 110001 | 11100101 | 101011 | 100100 |
Color Harmonies of #344282
Complementary color
Monochromatic Colors of #344282
Black with #344282
Text Example
Text Example
White with #344282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344282; }
p { color: rgb(52,66,130); }
H1.HeaderClassName
{
color: #344282;
}
.AnyTagClassName
{
color: #344282;
}
</style>
background-color css
<style>
a { background-color: #344282; }
a { background-color: rgb(52,66,130); }
div.DivClassName
{
background-color: #344282;
}
.BgClassName
{
background-color: #344282;
}
</style>
border-color css
<style>
span { border-color: #344282; }
span { border-color: rgb(52,66,130); }
td.TdClassName
{
border-color: #344282;
}
.TagClassName
{
border-color: #344282;
}
</style>