Shades of Resolution Blue #263C88
Tints of Resolution Blue #263C88
RGB
CMYK
RGB Variations
Color information
#263C88 (or 0x263C88) is known color: Resolution Blue. HEX triplet: 26, 3C and 88. RGB value is (38,60,136). Sum of RGB (Red+Green+Blue) = 38+60+136=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #263C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C88 is #D9C377. Grayscale: #3D3D3D. Windows color (decimal): -14271352 or 8928294. OLE color: 8928294.
HSL color Cylindrical-coordinate representation of color #263C88: hue angle of 226.53º 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 #263C88 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 60 | 136 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.47 |
| HSL | 226.53º | 0.56% | 0.34% | - |
| HSV(B) | 226.53º | 0.72% | 0.53% | - |
| XYZ | 6.86 | 5.42 | 23.98 | - |
| YUV | 62.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 136 | 0.72 | 0.56 | 0 | 0.47 | 226.53 | 0.56 | 0.34 |
| Hex | 26 | 3C | 88 | 48 | 38 | 0 | 2F | E3 | 38 | 22 |
| Octal | 46 | 74 | 210 | 110 | 70 | 0 | 57 | 343 | 70 | 42 |
| Binary | 100110 | 111100 | 10001000 | 1001000 | 111000 | 0 | 101111 | 11100011 | 111000 | 100010 |
Color Harmonies of #263C88
Complementary color
Monochromatic Colors of #263C88
Black with #263C88
Text Example
Text Example
White with #263C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C88; }
p { color: rgb(38,60,136); }
H1.HeaderClassName
{
color: #263C88;
}
.AnyTagClassName
{
color: #263C88;
}
</style>
background-color css
<style>
a { background-color: #263C88; }
a { background-color: rgb(38,60,136); }
div.DivClassName
{
background-color: #263C88;
}
.BgClassName
{
background-color: #263C88;
}
</style>
border-color css
<style>
span { border-color: #263C88; }
span { border-color: rgb(38,60,136); }
td.TdClassName
{
border-color: #263C88;
}
.TagClassName
{
border-color: #263C88;
}
</style>