Shades of Resolution Blue #263487
Tints of Resolution Blue #263487
RGB
CMYK
RGB Variations
Color information
#263487 (or 0x263487) is known color: Resolution Blue. HEX triplet: 26, 34 and 87. RGB value is (38,52,135). Sum of RGB (Red+Green+Blue) = 38+52+135=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #263487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263487 is #D9CB78. Grayscale: #383838. Windows color (decimal): -14273401 or 8860710. OLE color: 8860710.
HSL color Cylindrical-coordinate representation of color #263487: hue angle of 231.34º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263487 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 52 | 135 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.47 |
| HSL | 231.34º | 0.56% | 0.34% | - |
| HSV(B) | 231.34º | 0.72% | 0.53% | - |
| XYZ | 6.4 | 4.62 | 23.48 | - |
| YUV | 57.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 135 | 0.72 | 0.61 | 0 | 0.47 | 231.34 | 0.56 | 0.34 |
| Hex | 26 | 34 | 87 | 48 | 3D | 0 | 2F | E7 | 38 | 22 |
| Octal | 46 | 64 | 207 | 110 | 75 | 0 | 57 | 347 | 70 | 42 |
| Binary | 100110 | 110100 | 10000111 | 1001000 | 111101 | 0 | 101111 | 11100111 | 111000 | 100010 |
Color Harmonies of #263487
Complementary color
Monochromatic Colors of #263487
Black with #263487
Text Example
Text Example
White with #263487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263487; }
p { color: rgb(38,52,135); }
H1.HeaderClassName
{
color: #263487;
}
.AnyTagClassName
{
color: #263487;
}
</style>
background-color css
<style>
a { background-color: #263487; }
a { background-color: rgb(38,52,135); }
div.DivClassName
{
background-color: #263487;
}
.BgClassName
{
background-color: #263487;
}
</style>
border-color css
<style>
span { border-color: #263487; }
span { border-color: rgb(38,52,135); }
td.TdClassName
{
border-color: #263487;
}
.TagClassName
{
border-color: #263487;
}
</style>