Shades of Resolution Blue #263A7D
Tints of Resolution Blue #263A7D
RGB
CMYK
RGB Variations
Color information
#263A7D (or 0x263A7D) is known color: Resolution Blue. HEX triplet: 26, 3A and 7D. RGB value is (38,58,125). Sum of RGB (Red+Green+Blue) = 38+58+125=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #263A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A7D is #D9C582. Grayscale: #3B3B3B. Windows color (decimal): -14271875 or 8206886. OLE color: 8206886.
HSL color Cylindrical-coordinate representation of color #263A7D: hue angle of 226.21º degrees, saturation: 0.53, 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 #263A7D is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 58 | 125 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.51 |
| HSL | 226.21º | 0.53% | 0.32% | - |
| HSV(B) | 226.21º | 0.7% | 0.49% | - |
| XYZ | 6.01 | 4.92 | 20.03 | - |
| YUV | 59.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 125 | 0.70 | 0.54 | 0 | 0.51 | 226.21 | 0.53 | 0.32 |
| Hex | 26 | 3A | 7D | 46 | 36 | 0 | 33 | E2 | 35 | 20 |
| Octal | 46 | 72 | 175 | 106 | 66 | 0 | 63 | 342 | 65 | 40 |
| Binary | 100110 | 111010 | 1111101 | 1000110 | 110110 | 0 | 110011 | 11100010 | 110101 | 100000 |
Color Harmonies of #263A7D
Complementary color
Monochromatic Colors of #263A7D
Black with #263A7D
Text Example
Text Example
White with #263A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A7D; }
p { color: rgb(38,58,125); }
H1.HeaderClassName
{
color: #263A7D;
}
.AnyTagClassName
{
color: #263A7D;
}
</style>
background-color css
<style>
a { background-color: #263A7D; }
a { background-color: rgb(38,58,125); }
div.DivClassName
{
background-color: #263A7D;
}
.BgClassName
{
background-color: #263A7D;
}
</style>
border-color css
<style>
span { border-color: #263A7D; }
span { border-color: rgb(38,58,125); }
td.TdClassName
{
border-color: #263A7D;
}
.TagClassName
{
border-color: #263A7D;
}
</style>