Shades of Resolution Blue #263D87
Tints of Resolution Blue #263D87
RGB
CMYK
RGB Variations
Color information
#263D87 (or 0x263D87) is known color: Resolution Blue. HEX triplet: 26, 3D and 87. RGB value is (38,61,135). Sum of RGB (Red+Green+Blue) = 38+61+135=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #263D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D87 is #D9C278. Grayscale: #3E3E3E. Windows color (decimal): -14271097 or 8863014. OLE color: 8863014.
HSL color Cylindrical-coordinate representation of color #263D87: hue angle of 225.77º 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 #263D87 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 61 | 135 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.47 |
| HSL | 225.77º | 0.56% | 0.34% | - |
| HSV(B) | 225.77º | 0.72% | 0.53% | - |
| XYZ | 6.84 | 5.5 | 23.62 | - |
| YUV | 62.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 135 | 0.72 | 0.55 | 0 | 0.47 | 225.77 | 0.56 | 0.34 |
| Hex | 26 | 3D | 87 | 48 | 37 | 0 | 2F | E2 | 38 | 22 |
| Octal | 46 | 75 | 207 | 110 | 67 | 0 | 57 | 342 | 70 | 42 |
| Binary | 100110 | 111101 | 10000111 | 1001000 | 110111 | 0 | 101111 | 11100010 | 111000 | 100010 |
Color Harmonies of #263D87
Complementary color
Monochromatic Colors of #263D87
Black with #263D87
Text Example
Text Example
White with #263D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D87; }
p { color: rgb(38,61,135); }
H1.HeaderClassName
{
color: #263D87;
}
.AnyTagClassName
{
color: #263D87;
}
</style>
background-color css
<style>
a { background-color: #263D87; }
a { background-color: rgb(38,61,135); }
div.DivClassName
{
background-color: #263D87;
}
.BgClassName
{
background-color: #263D87;
}
</style>
border-color css
<style>
span { border-color: #263D87; }
span { border-color: rgb(38,61,135); }
td.TdClassName
{
border-color: #263D87;
}
.TagClassName
{
border-color: #263D87;
}
</style>