Shades of Resolution Blue #263F87
Tints of Resolution Blue #263F87
RGB
CMYK
RGB Variations
Color information
#263F87 (or 0x263F87) is known color: Resolution Blue. HEX triplet: 26, 3F and 87. RGB value is (38,63,135). Sum of RGB (Red+Green+Blue) = 38+63+135=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #263F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F87 is #D9C078. Grayscale: #3F3F3F. Windows color (decimal): -14270585 or 8863526. OLE color: 8863526.
HSL color Cylindrical-coordinate representation of color #263F87: hue angle of 224.54º 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 #263F87 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 63 | 135 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.47 |
| HSL | 224.54º | 0.56% | 0.34% | - |
| HSV(B) | 224.54º | 0.72% | 0.53% | - |
| XYZ | 6.95 | 5.72 | 23.66 | - |
| YUV | 63.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 135 | 0.72 | 0.53 | 0 | 0.47 | 224.54 | 0.56 | 0.34 |
| Hex | 26 | 3F | 87 | 48 | 35 | 0 | 2F | E1 | 38 | 22 |
| Octal | 46 | 77 | 207 | 110 | 65 | 0 | 57 | 341 | 70 | 42 |
| Binary | 100110 | 111111 | 10000111 | 1001000 | 110101 | 0 | 101111 | 11100001 | 111000 | 100010 |
Color Harmonies of #263F87
Complementary color
Monochromatic Colors of #263F87
Black with #263F87
Text Example
Text Example
White with #263F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F87; }
p { color: rgb(38,63,135); }
H1.HeaderClassName
{
color: #263F87;
}
.AnyTagClassName
{
color: #263F87;
}
</style>
background-color css
<style>
a { background-color: #263F87; }
a { background-color: rgb(38,63,135); }
div.DivClassName
{
background-color: #263F87;
}
.BgClassName
{
background-color: #263F87;
}
</style>
border-color css
<style>
span { border-color: #263F87; }
span { border-color: rgb(38,63,135); }
td.TdClassName
{
border-color: #263F87;
}
.TagClassName
{
border-color: #263F87;
}
</style>