Shades of Resolution Blue #344280
Tints of Resolution Blue #344280
RGB
CMYK
RGB Variations
Color information
#344280 (or 0x344280) is known color: Resolution Blue. HEX triplet: 34, 42 and 80. RGB value is (52,66,128). Sum of RGB (Red+Green+Blue) = 52+66+128=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #344280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344280 is #CBBD7F. Grayscale: #444444. Windows color (decimal): -13352320 or 8405556. OLE color: 8405556.
HSL color Cylindrical-coordinate representation of color #344280: hue angle of 228.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344280 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 66 | 128 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.50 |
| HSL | 228.95º | 0.42% | 0.35% | - |
| HSV(B) | 228.95º | 0.59% | 0.5% | - |
| XYZ | 7.26 | 6.19 | 21.23 | - |
| YUV | 68.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 128 | 0.59 | 0.48 | 0 | 0.50 | 228.95 | 0.42 | 0.35 |
| Hex | 34 | 42 | 80 | 3B | 30 | 0 | 32 | E5 | 2A | 23 |
| Octal | 64 | 102 | 200 | 73 | 60 | 0 | 62 | 345 | 52 | 43 |
| Binary | 110100 | 1000010 | 10000000 | 111011 | 110000 | 0 | 110010 | 11100101 | 101010 | 100011 |
Color Harmonies of #344280
Complementary color
Monochromatic Colors of #344280
Black with #344280
Text Example
Text Example
White with #344280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344280; }
p { color: rgb(52,66,128); }
H1.HeaderClassName
{
color: #344280;
}
.AnyTagClassName
{
color: #344280;
}
</style>
background-color css
<style>
a { background-color: #344280; }
a { background-color: rgb(52,66,128); }
div.DivClassName
{
background-color: #344280;
}
.BgClassName
{
background-color: #344280;
}
</style>
border-color css
<style>
span { border-color: #344280; }
span { border-color: rgb(52,66,128); }
td.TdClassName
{
border-color: #344280;
}
.TagClassName
{
border-color: #344280;
}
</style>