Shades of Resolution Blue #263F76
Tints of Resolution Blue #263F76
RGB
CMYK
RGB Variations
Color information
#263F76 (or 0x263F76) is known color: Resolution Blue. HEX triplet: 26, 3F and 76. RGB value is (38,63,118). Sum of RGB (Red+Green+Blue) = 38+63+118=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #263F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F76 is #D9C089. Grayscale: #3D3D3D. Windows color (decimal): -14270602 or 7749414. OLE color: 7749414.
HSL color Cylindrical-coordinate representation of color #263F76: hue angle of 221.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263F76 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 63 | 118 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.54 |
| HSL | 221.25º | 0.51% | 0.31% | - |
| HSV(B) | 221.25º | 0.68% | 0.46% | - |
| XYZ | 5.85 | 5.28 | 17.85 | - |
| YUV | 61.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 118 | 0.68 | 0.47 | 0 | 0.54 | 221.25 | 0.51 | 0.31 |
| Hex | 26 | 3F | 76 | 44 | 2F | 0 | 36 | DD | 33 | 1F |
| Octal | 46 | 77 | 166 | 104 | 57 | 0 | 66 | 335 | 63 | 37 |
| Binary | 100110 | 111111 | 1110110 | 1000100 | 101111 | 0 | 110110 | 11011101 | 110011 | 11111 |
Color Harmonies of #263F76
Complementary color
Monochromatic Colors of #263F76
Black with #263F76
Text Example
Text Example
White with #263F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F76; }
p { color: rgb(38,63,118); }
H1.HeaderClassName
{
color: #263F76;
}
.AnyTagClassName
{
color: #263F76;
}
</style>
background-color css
<style>
a { background-color: #263F76; }
a { background-color: rgb(38,63,118); }
div.DivClassName
{
background-color: #263F76;
}
.BgClassName
{
background-color: #263F76;
}
</style>
border-color css
<style>
span { border-color: #263F76; }
span { border-color: rgb(38,63,118); }
td.TdClassName
{
border-color: #263F76;
}
.TagClassName
{
border-color: #263F76;
}
</style>