Shades of Resolution Blue #263D73
Tints of Resolution Blue #263D73
RGB
CMYK
RGB Variations
Color information
#263D73 (or 0x263D73) is known color: Resolution Blue. HEX triplet: 26, 3D and 73. RGB value is (38,61,115). Sum of RGB (Red+Green+Blue) = 38+61+115=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #263D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D73 is #D9C28C. Grayscale: #3C3C3C. Windows color (decimal): -14271117 or 7552294. OLE color: 7552294.
HSL color Cylindrical-coordinate representation of color #263D73: hue angle of 222.08º 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 #263D73 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 61 | 115 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.55 |
| HSL | 222.08º | 0.5% | 0.3% | - |
| HSV(B) | 222.08º | 0.67% | 0.45% | - |
| XYZ | 5.56 | 4.99 | 16.89 | - |
| YUV | 60.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 115 | 0.67 | 0.47 | 0 | 0.55 | 222.08 | 0.5 | 0.3 |
| Hex | 26 | 3D | 73 | 43 | 2F | 0 | 37 | DE | 32 | 1E |
| Octal | 46 | 75 | 163 | 103 | 57 | 0 | 67 | 336 | 62 | 36 |
| Binary | 100110 | 111101 | 1110011 | 1000011 | 101111 | 0 | 110111 | 11011110 | 110010 | 11110 |
Color Harmonies of #263D73
Complementary color
Monochromatic Colors of #263D73
Black with #263D73
Text Example
Text Example
White with #263D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D73; }
p { color: rgb(38,61,115); }
H1.HeaderClassName
{
color: #263D73;
}
.AnyTagClassName
{
color: #263D73;
}
</style>
background-color css
<style>
a { background-color: #263D73; }
a { background-color: rgb(38,61,115); }
div.DivClassName
{
background-color: #263D73;
}
.BgClassName
{
background-color: #263D73;
}
</style>
border-color css
<style>
span { border-color: #263D73; }
span { border-color: rgb(38,61,115); }
td.TdClassName
{
border-color: #263D73;
}
.TagClassName
{
border-color: #263D73;
}
</style>