Shades of Resolution Blue #263A83
Tints of Resolution Blue #263A83
RGB
CMYK
RGB Variations
Color information
#263A83 (or 0x263A83) is known color: Resolution Blue. HEX triplet: 26, 3A and 83. RGB value is (38,58,131). Sum of RGB (Red+Green+Blue) = 38+58+131=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #263A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A83 is #D9C57C. Grayscale: #3C3C3C. Windows color (decimal): -14271869 or 8600102. OLE color: 8600102.
HSL color Cylindrical-coordinate representation of color #263A83: hue angle of 227.1º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263A83 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 58 | 131 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.49 |
| HSL | 227.1º | 0.55% | 0.33% | - |
| HSV(B) | 227.1º | 0.71% | 0.51% | - |
| XYZ | 6.41 | 5.08 | 22.11 | - |
| YUV | 60.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 131 | 0.71 | 0.56 | 0 | 0.49 | 227.1 | 0.55 | 0.33 |
| Hex | 26 | 3A | 83 | 47 | 38 | 0 | 31 | E3 | 37 | 21 |
| Octal | 46 | 72 | 203 | 107 | 70 | 0 | 61 | 343 | 67 | 41 |
| Binary | 100110 | 111010 | 10000011 | 1000111 | 111000 | 0 | 110001 | 11100011 | 110111 | 100001 |
Color Harmonies of #263A83
Complementary color
Monochromatic Colors of #263A83
Black with #263A83
Text Example
Text Example
White with #263A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A83; }
p { color: rgb(38,58,131); }
H1.HeaderClassName
{
color: #263A83;
}
.AnyTagClassName
{
color: #263A83;
}
</style>
background-color css
<style>
a { background-color: #263A83; }
a { background-color: rgb(38,58,131); }
div.DivClassName
{
background-color: #263A83;
}
.BgClassName
{
background-color: #263A83;
}
</style>
border-color css
<style>
span { border-color: #263A83; }
span { border-color: rgb(38,58,131); }
td.TdClassName
{
border-color: #263A83;
}
.TagClassName
{
border-color: #263A83;
}
</style>