Shades of Resolution Blue #263A71
Tints of Resolution Blue #263A71
RGB
CMYK
RGB Variations
Color information
#263A71 (or 0x263A71) is known color: Resolution Blue. HEX triplet: 26, 3A and 71. RGB value is (38,58,113). Sum of RGB (Red+Green+Blue) = 38+58+113=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #263A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A71 is #D9C58E. Grayscale: #3A3A3A. Windows color (decimal): -14271887 or 7420454. OLE color: 7420454.
HSL color Cylindrical-coordinate representation of color #263A71: hue angle of 224º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263A71 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 58 | 113 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.56 |
| HSL | 224º | 0.5% | 0.3% | - |
| HSV(B) | 224º | 0.66% | 0.44% | - |
| XYZ | 5.29 | 4.63 | 16.24 | - |
| YUV | 58.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 113 | 0.66 | 0.49 | 0 | 0.56 | 224 | 0.5 | 0.3 |
| Hex | 26 | 3A | 71 | 42 | 31 | 0 | 38 | E0 | 32 | 1E |
| Octal | 46 | 72 | 161 | 102 | 61 | 0 | 70 | 340 | 62 | 36 |
| Binary | 100110 | 111010 | 1110001 | 1000010 | 110001 | 0 | 111000 | 11100000 | 110010 | 11110 |
Color Harmonies of #263A71
Complementary color
Monochromatic Colors of #263A71
Black with #263A71
Text Example
Text Example
White with #263A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A71; }
p { color: rgb(38,58,113); }
H1.HeaderClassName
{
color: #263A71;
}
.AnyTagClassName
{
color: #263A71;
}
</style>
background-color css
<style>
a { background-color: #263A71; }
a { background-color: rgb(38,58,113); }
div.DivClassName
{
background-color: #263A71;
}
.BgClassName
{
background-color: #263A71;
}
</style>
border-color css
<style>
span { border-color: #263A71; }
span { border-color: rgb(38,58,113); }
td.TdClassName
{
border-color: #263A71;
}
.TagClassName
{
border-color: #263A71;
}
</style>