Shades of Tory Blue #263F88
Tints of Tory Blue #263F88
RGB
CMYK
RGB Variations
Color information
#263F88 (or 0x263F88) is known color: Tory Blue. HEX triplet: 26, 3F and 88. RGB value is (38,63,136). Sum of RGB (Red+Green+Blue) = 38+63+136=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #263F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F88 is #D9C077. Grayscale: #3F3F3F. Windows color (decimal): -14270584 or 8929062. OLE color: 8929062.
HSL color Cylindrical-coordinate representation of color #263F88: hue angle of 224.69º 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 #263F88 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 63 | 136 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.47 |
| HSL | 224.69º | 0.56% | 0.34% | - |
| HSV(B) | 224.69º | 0.72% | 0.53% | - |
| XYZ | 7.02 | 5.74 | 24.03 | - |
| YUV | 63.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 136 | 0.72 | 0.54 | 0 | 0.47 | 224.69 | 0.56 | 0.34 |
| Hex | 26 | 3F | 88 | 48 | 36 | 0 | 2F | E1 | 38 | 22 |
| Octal | 46 | 77 | 210 | 110 | 66 | 0 | 57 | 341 | 70 | 42 |
| Binary | 100110 | 111111 | 10001000 | 1001000 | 110110 | 0 | 101111 | 11100001 | 111000 | 100010 |
Color Harmonies of #263F88
Complementary color
Monochromatic Colors of #263F88
Black with #263F88
Text Example
Text Example
White with #263F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F88; }
p { color: rgb(38,63,136); }
H1.HeaderClassName
{
color: #263F88;
}
.AnyTagClassName
{
color: #263F88;
}
</style>
background-color css
<style>
a { background-color: #263F88; }
a { background-color: rgb(38,63,136); }
div.DivClassName
{
background-color: #263F88;
}
.BgClassName
{
background-color: #263F88;
}
</style>
border-color css
<style>
span { border-color: #263F88; }
span { border-color: rgb(38,63,136); }
td.TdClassName
{
border-color: #263F88;
}
.TagClassName
{
border-color: #263F88;
}
</style>