Shades of Resolution Blue #263B72
Tints of Resolution Blue #263B72
RGB
CMYK
RGB Variations
Color information
#263B72 (or 0x263B72) is known color: Resolution Blue. HEX triplet: 26, 3B and 72. RGB value is (38,59,114). Sum of RGB (Red+Green+Blue) = 38+59+114=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #263B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B72 is #D9C48D. Grayscale: #3A3A3A. Windows color (decimal): -14271630 or 7486246. OLE color: 7486246.
HSL color Cylindrical-coordinate representation of color #263B72: hue angle of 223.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263B72 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 59 | 114 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.55 |
| HSL | 223.42º | 0.5% | 0.3% | - |
| HSV(B) | 223.42º | 0.67% | 0.45% | - |
| XYZ | 5.4 | 4.75 | 16.55 | - |
| YUV | 58.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 114 | 0.67 | 0.48 | 0 | 0.55 | 223.42 | 0.5 | 0.3 |
| Hex | 26 | 3B | 72 | 43 | 30 | 0 | 37 | DF | 32 | 1E |
| Octal | 46 | 73 | 162 | 103 | 60 | 0 | 67 | 337 | 62 | 36 |
| Binary | 100110 | 111011 | 1110010 | 1000011 | 110000 | 0 | 110111 | 11011111 | 110010 | 11110 |
Color Harmonies of #263B72
Complementary color
Monochromatic Colors of #263B72
Black with #263B72
Text Example
Text Example
White with #263B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B72; }
p { color: rgb(38,59,114); }
H1.HeaderClassName
{
color: #263B72;
}
.AnyTagClassName
{
color: #263B72;
}
</style>
background-color css
<style>
a { background-color: #263B72; }
a { background-color: rgb(38,59,114); }
div.DivClassName
{
background-color: #263B72;
}
.BgClassName
{
background-color: #263B72;
}
</style>
border-color css
<style>
span { border-color: #263B72; }
span { border-color: rgb(38,59,114); }
td.TdClassName
{
border-color: #263B72;
}
.TagClassName
{
border-color: #263B72;
}
</style>