Shades of Resolution Blue #263389
Tints of Resolution Blue #263389
RGB
CMYK
RGB Variations
Color information
#263389 (or 0x263389) is known color: Resolution Blue. HEX triplet: 26, 33 and 89. RGB value is (38,51,137). Sum of RGB (Red+Green+Blue) = 38+51+137=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #263389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263389 is #D9CC76. Grayscale: #383838. Windows color (decimal): -14273655 or 8991526. OLE color: 8991526.
HSL color Cylindrical-coordinate representation of color #263389: hue angle of 232.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263389 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 51 | 137 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.46 |
| HSL | 232.12º | 0.57% | 0.34% | - |
| HSV(B) | 232.12º | 0.72% | 0.54% | - |
| XYZ | 6.5 | 4.59 | 24.21 | - |
| YUV | 56.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 137 | 0.72 | 0.63 | 0 | 0.46 | 232.12 | 0.57 | 0.34 |
| Hex | 26 | 33 | 89 | 48 | 3F | 0 | 2E | E8 | 39 | 22 |
| Octal | 46 | 63 | 211 | 110 | 77 | 0 | 56 | 350 | 71 | 42 |
| Binary | 100110 | 110011 | 10001001 | 1001000 | 111111 | 0 | 101110 | 11101000 | 111001 | 100010 |
Color Harmonies of #263389
Complementary color
Monochromatic Colors of #263389
Black with #263389
Text Example
Text Example
White with #263389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263389; }
p { color: rgb(38,51,137); }
H1.HeaderClassName
{
color: #263389;
}
.AnyTagClassName
{
color: #263389;
}
</style>
background-color css
<style>
a { background-color: #263389; }
a { background-color: rgb(38,51,137); }
div.DivClassName
{
background-color: #263389;
}
.BgClassName
{
background-color: #263389;
}
</style>
border-color css
<style>
span { border-color: #263389; }
span { border-color: rgb(38,51,137); }
td.TdClassName
{
border-color: #263389;
}
.TagClassName
{
border-color: #263389;
}
</style>