Shades of Resolution Blue #263A7E
Tints of Resolution Blue #263A7E
RGB
CMYK
RGB Variations
Color information
#263A7E (or 0x263A7E) is known color: Resolution Blue. HEX triplet: 26, 3A and 7E. RGB value is (38,58,126). Sum of RGB (Red+Green+Blue) = 38+58+126=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #263A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A7E is #D9C581. Grayscale: #3B3B3B. Windows color (decimal): -14271874 or 8272422. OLE color: 8272422.
HSL color Cylindrical-coordinate representation of color #263A7E: hue angle of 226.36º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #263A7E is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 58 | 126 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.51 |
| HSL | 226.36º | 0.54% | 0.32% | - |
| HSV(B) | 226.36º | 0.7% | 0.49% | - |
| XYZ | 6.08 | 4.94 | 20.37 | - |
| YUV | 59.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 126 | 0.70 | 0.54 | 0 | 0.51 | 226.36 | 0.54 | 0.32 |
| Hex | 26 | 3A | 7E | 46 | 36 | 0 | 33 | E2 | 36 | 20 |
| Octal | 46 | 72 | 176 | 106 | 66 | 0 | 63 | 342 | 66 | 40 |
| Binary | 100110 | 111010 | 1111110 | 1000110 | 110110 | 0 | 110011 | 11100010 | 110110 | 100000 |
Color Harmonies of #263A7E
Complementary color
Monochromatic Colors of #263A7E
Black with #263A7E
Text Example
Text Example
White with #263A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A7E; }
p { color: rgb(38,58,126); }
H1.HeaderClassName
{
color: #263A7E;
}
.AnyTagClassName
{
color: #263A7E;
}
</style>
background-color css
<style>
a { background-color: #263A7E; }
a { background-color: rgb(38,58,126); }
div.DivClassName
{
background-color: #263A7E;
}
.BgClassName
{
background-color: #263A7E;
}
</style>
border-color css
<style>
span { border-color: #263A7E; }
span { border-color: rgb(38,58,126); }
td.TdClassName
{
border-color: #263A7E;
}
.TagClassName
{
border-color: #263A7E;
}
</style>