Shades of Resolution Blue #263B83
Tints of Resolution Blue #263B83
RGB
CMYK
RGB Variations
Color information
#263B83 (or 0x263B83) is known color: Resolution Blue. HEX triplet: 26, 3B and 83. RGB value is (38,59,131). Sum of RGB (Red+Green+Blue) = 38+59+131=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #263B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B83 is #D9C47C. Grayscale: #3C3C3C. Windows color (decimal): -14271613 or 8600358. OLE color: 8600358.
HSL color Cylindrical-coordinate representation of color #263B83: hue angle of 226.45º 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 #263B83 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 59 | 131 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.49 |
| HSL | 226.45º | 0.55% | 0.33% | - |
| HSV(B) | 226.45º | 0.71% | 0.51% | - |
| XYZ | 6.46 | 5.18 | 22.13 | - |
| YUV | 60.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 131 | 0.71 | 0.55 | 0 | 0.49 | 226.45 | 0.55 | 0.33 |
| Hex | 26 | 3B | 83 | 47 | 37 | 0 | 31 | E2 | 37 | 21 |
| Octal | 46 | 73 | 203 | 107 | 67 | 0 | 61 | 342 | 67 | 41 |
| Binary | 100110 | 111011 | 10000011 | 1000111 | 110111 | 0 | 110001 | 11100010 | 110111 | 100001 |
Color Harmonies of #263B83
Complementary color
Monochromatic Colors of #263B83
Black with #263B83
Text Example
Text Example
White with #263B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B83; }
p { color: rgb(38,59,131); }
H1.HeaderClassName
{
color: #263B83;
}
.AnyTagClassName
{
color: #263B83;
}
</style>
background-color css
<style>
a { background-color: #263B83; }
a { background-color: rgb(38,59,131); }
div.DivClassName
{
background-color: #263B83;
}
.BgClassName
{
background-color: #263B83;
}
</style>
border-color css
<style>
span { border-color: #263B83; }
span { border-color: rgb(38,59,131); }
td.TdClassName
{
border-color: #263B83;
}
.TagClassName
{
border-color: #263B83;
}
</style>