Shades of Resolution Blue #263A84
Tints of Resolution Blue #263A84
RGB
CMYK
RGB Variations
Color information
#263A84 (or 0x263A84) is known color: Resolution Blue. HEX triplet: 26, 3A and 84. RGB value is (38,58,132). Sum of RGB (Red+Green+Blue) = 38+58+132=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #263A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A84 is #D9C57B. Grayscale: #3C3C3C. Windows color (decimal): -14271868 or 8665638. OLE color: 8665638.
HSL color Cylindrical-coordinate representation of color #263A84: hue angle of 227.23º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263A84 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 58 | 132 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.48 |
| HSL | 227.23º | 0.55% | 0.33% | - |
| HSV(B) | 227.23º | 0.71% | 0.52% | - |
| XYZ | 6.48 | 5.1 | 22.47 | - |
| YUV | 60.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 132 | 0.71 | 0.56 | 0 | 0.48 | 227.23 | 0.55 | 0.33 |
| Hex | 26 | 3A | 84 | 47 | 38 | 0 | 30 | E3 | 37 | 21 |
| Octal | 46 | 72 | 204 | 107 | 70 | 0 | 60 | 343 | 67 | 41 |
| Binary | 100110 | 111010 | 10000100 | 1000111 | 111000 | 0 | 110000 | 11100011 | 110111 | 100001 |
Color Harmonies of #263A84
Complementary color
Monochromatic Colors of #263A84
Black with #263A84
Text Example
Text Example
White with #263A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A84; }
p { color: rgb(38,58,132); }
H1.HeaderClassName
{
color: #263A84;
}
.AnyTagClassName
{
color: #263A84;
}
</style>
background-color css
<style>
a { background-color: #263A84; }
a { background-color: rgb(38,58,132); }
div.DivClassName
{
background-color: #263A84;
}
.BgClassName
{
background-color: #263A84;
}
</style>
border-color css
<style>
span { border-color: #263A84; }
span { border-color: rgb(38,58,132); }
td.TdClassName
{
border-color: #263A84;
}
.TagClassName
{
border-color: #263A84;
}
</style>