Shades of Resolution Blue #263E85
Tints of Resolution Blue #263E85
RGB
CMYK
RGB Variations
Color information
#263E85 (or 0x263E85) is known color: Resolution Blue. HEX triplet: 26, 3E and 85. RGB value is (38,62,133). Sum of RGB (Red+Green+Blue) = 38+62+133=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #263E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E85 is #D9C17A. Grayscale: #3E3E3E. Windows color (decimal): -14270843 or 8732198. OLE color: 8732198.
HSL color Cylindrical-coordinate representation of color #263E85: hue angle of 224.84º 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 #263E85 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 62 | 133 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.48 |
| HSL | 224.84º | 0.56% | 0.34% | - |
| HSV(B) | 224.84º | 0.71% | 0.52% | - |
| XYZ | 6.76 | 5.55 | 22.91 | - |
| YUV | 62.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 133 | 0.71 | 0.53 | 0 | 0.48 | 224.84 | 0.56 | 0.34 |
| Hex | 26 | 3E | 85 | 47 | 35 | 0 | 30 | E1 | 38 | 22 |
| Octal | 46 | 76 | 205 | 107 | 65 | 0 | 60 | 341 | 70 | 42 |
| Binary | 100110 | 111110 | 10000101 | 1000111 | 110101 | 0 | 110000 | 11100001 | 111000 | 100010 |
Color Harmonies of #263E85
Complementary color
Monochromatic Colors of #263E85
Black with #263E85
Text Example
Text Example
White with #263E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E85; }
p { color: rgb(38,62,133); }
H1.HeaderClassName
{
color: #263E85;
}
.AnyTagClassName
{
color: #263E85;
}
</style>
background-color css
<style>
a { background-color: #263E85; }
a { background-color: rgb(38,62,133); }
div.DivClassName
{
background-color: #263E85;
}
.BgClassName
{
background-color: #263E85;
}
</style>
border-color css
<style>
span { border-color: #263E85; }
span { border-color: rgb(38,62,133); }
td.TdClassName
{
border-color: #263E85;
}
.TagClassName
{
border-color: #263E85;
}
</style>