Shades of Resolution Blue #2A367F
Tints of Resolution Blue #2A367F
RGB
CMYK
RGB Variations
Color information
#2A367F (or 0x2A367F) is known color: Resolution Blue. HEX triplet: 2A, 36 and 7F. RGB value is (42,54,127). Sum of RGB (Red+Green+Blue) = 42+54+127=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A367F is #D5C980. Grayscale: #3A3A3A. Windows color (decimal): -14010753 or 8336938. OLE color: 8336938.
HSL color Cylindrical-coordinate representation of color #2A367F: hue angle of 231.53º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A367F is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 54 | 127 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.50 |
| HSL | 231.53º | 0.5% | 0.33% | - |
| HSV(B) | 231.53º | 0.67% | 0.5% | - |
| XYZ | 6.1 | 4.66 | 20.66 | - |
| YUV | 58.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 127 | 0.67 | 0.57 | 0 | 0.50 | 231.53 | 0.5 | 0.33 |
| Hex | 2A | 36 | 7F | 43 | 39 | 0 | 32 | E8 | 32 | 21 |
| Octal | 52 | 66 | 177 | 103 | 71 | 0 | 62 | 350 | 62 | 41 |
| Binary | 101010 | 110110 | 1111111 | 1000011 | 111001 | 0 | 110010 | 11101000 | 110010 | 100001 |
Color Harmonies of #2A367F
Complementary color
Monochromatic Colors of #2A367F
Black with #2A367F
Text Example
Text Example
White with #2A367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A367F; }
p { color: rgb(42,54,127); }
H1.HeaderClassName
{
color: #2A367F;
}
.AnyTagClassName
{
color: #2A367F;
}
</style>
background-color css
<style>
a { background-color: #2A367F; }
a { background-color: rgb(42,54,127); }
div.DivClassName
{
background-color: #2A367F;
}
.BgClassName
{
background-color: #2A367F;
}
</style>
border-color css
<style>
span { border-color: #2A367F; }
span { border-color: rgb(42,54,127); }
td.TdClassName
{
border-color: #2A367F;
}
.TagClassName
{
border-color: #2A367F;
}
</style>