Shades of Resolution Blue #263874
Tints of Resolution Blue #263874
RGB
CMYK
RGB Variations
Color information
#263874 (or 0x263874) is known color: Resolution Blue. HEX triplet: 26, 38 and 74. RGB value is (38,56,116). Sum of RGB (Red+Green+Blue) = 38+56+116=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #263874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263874 is #D9C78B. Grayscale: #393939. Windows color (decimal): -14272396 or 7616550. OLE color: 7616550.
HSL color Cylindrical-coordinate representation of color #263874: hue angle of 226.15º degrees, saturation: 0.51, 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 #263874 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 56 | 116 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.55 |
| HSL | 226.15º | 0.51% | 0.3% | - |
| HSV(B) | 226.15º | 0.67% | 0.45% | - |
| XYZ | 5.37 | 4.5 | 17.11 | - |
| YUV | 57.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 116 | 0.67 | 0.52 | 0 | 0.55 | 226.15 | 0.51 | 0.3 |
| Hex | 26 | 38 | 74 | 43 | 34 | 0 | 37 | E2 | 33 | 1E |
| Octal | 46 | 70 | 164 | 103 | 64 | 0 | 67 | 342 | 63 | 36 |
| Binary | 100110 | 111000 | 1110100 | 1000011 | 110100 | 0 | 110111 | 11100010 | 110011 | 11110 |
Color Harmonies of #263874
Complementary color
Monochromatic Colors of #263874
Black with #263874
Text Example
Text Example
White with #263874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263874; }
p { color: rgb(38,56,116); }
H1.HeaderClassName
{
color: #263874;
}
.AnyTagClassName
{
color: #263874;
}
</style>
background-color css
<style>
a { background-color: #263874; }
a { background-color: rgb(38,56,116); }
div.DivClassName
{
background-color: #263874;
}
.BgClassName
{
background-color: #263874;
}
</style>
border-color css
<style>
span { border-color: #263874; }
span { border-color: rgb(38,56,116); }
td.TdClassName
{
border-color: #263874;
}
.TagClassName
{
border-color: #263874;
}
</style>