Shades of Resolution Blue #263685
Tints of Resolution Blue #263685
RGB
CMYK
RGB Variations
Color information
#263685 (or 0x263685) is known color: Resolution Blue. HEX triplet: 26, 36 and 85. RGB value is (38,54,133). Sum of RGB (Red+Green+Blue) = 38+54+133=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #263685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263685 is #D9C97A. Grayscale: #393939. Windows color (decimal): -14272891 or 8730150. OLE color: 8730150.
HSL color Cylindrical-coordinate representation of color #263685: hue angle of 229.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263685 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 54 | 133 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.48 |
| HSL | 229.89º | 0.56% | 0.34% | - |
| HSV(B) | 229.89º | 0.71% | 0.52% | - |
| XYZ | 6.35 | 4.74 | 22.77 | - |
| YUV | 58.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 133 | 0.71 | 0.59 | 0 | 0.48 | 229.89 | 0.56 | 0.34 |
| Hex | 26 | 36 | 85 | 47 | 3B | 0 | 30 | E6 | 38 | 22 |
| Octal | 46 | 66 | 205 | 107 | 73 | 0 | 60 | 346 | 70 | 42 |
| Binary | 100110 | 110110 | 10000101 | 1000111 | 111011 | 0 | 110000 | 11100110 | 111000 | 100010 |
Color Harmonies of #263685
Complementary color
Monochromatic Colors of #263685
Black with #263685
Text Example
Text Example
White with #263685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263685; }
p { color: rgb(38,54,133); }
H1.HeaderClassName
{
color: #263685;
}
.AnyTagClassName
{
color: #263685;
}
</style>
background-color css
<style>
a { background-color: #263685; }
a { background-color: rgb(38,54,133); }
div.DivClassName
{
background-color: #263685;
}
.BgClassName
{
background-color: #263685;
}
</style>
border-color css
<style>
span { border-color: #263685; }
span { border-color: rgb(38,54,133); }
td.TdClassName
{
border-color: #263685;
}
.TagClassName
{
border-color: #263685;
}
</style>