Shades of Resolution Blue #2A437D
Tints of Resolution Blue #2A437D
RGB
CMYK
RGB Variations
Color information
#2A437D (or 0x2A437D) is known color: Resolution Blue. HEX triplet: 2A, 43 and 7D. RGB value is (42,67,125). Sum of RGB (Red+Green+Blue) = 42+67+125=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A437D is #D5BC82. Grayscale: #414141. Windows color (decimal): -14007427 or 8209194. OLE color: 8209194.
HSL color Cylindrical-coordinate representation of color #2A437D: hue angle of 221.93º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A437D is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 67 | 125 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.51 |
| HSL | 221.93º | 0.5% | 0.33% | - |
| HSV(B) | 221.93º | 0.66% | 0.49% | - |
| XYZ | 6.66 | 5.99 | 20.21 | - |
| YUV | 66.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 125 | 0.66 | 0.46 | 0 | 0.51 | 221.93 | 0.5 | 0.33 |
| Hex | 2A | 43 | 7D | 42 | 2E | 0 | 33 | DE | 32 | 21 |
| Octal | 52 | 103 | 175 | 102 | 56 | 0 | 63 | 336 | 62 | 41 |
| Binary | 101010 | 1000011 | 1111101 | 1000010 | 101110 | 0 | 110011 | 11011110 | 110010 | 100001 |
Color Harmonies of #2A437D
Complementary color
Monochromatic Colors of #2A437D
Black with #2A437D
Text Example
Text Example
White with #2A437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A437D; }
p { color: rgb(42,67,125); }
H1.HeaderClassName
{
color: #2A437D;
}
.AnyTagClassName
{
color: #2A437D;
}
</style>
background-color css
<style>
a { background-color: #2A437D; }
a { background-color: rgb(42,67,125); }
div.DivClassName
{
background-color: #2A437D;
}
.BgClassName
{
background-color: #2A437D;
}
</style>
border-color css
<style>
span { border-color: #2A437D; }
span { border-color: rgb(42,67,125); }
td.TdClassName
{
border-color: #2A437D;
}
.TagClassName
{
border-color: #2A437D;
}
</style>