Shades of Resolution Blue #263390
Tints of Resolution Blue #263390
RGB
CMYK
RGB Variations
Color information
#263390 (or 0x263390) is known color: Resolution Blue. HEX triplet: 26, 33 and 90. RGB value is (38,51,144). Sum of RGB (Red+Green+Blue) = 38+51+144=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #263390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263390 is #D9CC6F. Grayscale: #393939. Windows color (decimal): -14273648 or 9450278. OLE color: 9450278.
HSL color Cylindrical-coordinate representation of color #263390: hue angle of 232.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263390 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 51 | 144 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.44 |
| HSL | 232.64º | 0.58% | 0.36% | - |
| HSV(B) | 232.64º | 0.74% | 0.56% | - |
| XYZ | 7.02 | 4.79 | 26.94 | - |
| YUV | 57.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 144 | 0.74 | 0.65 | 0 | 0.44 | 232.64 | 0.58 | 0.36 |
| Hex | 26 | 33 | 90 | 4A | 41 | 0 | 2C | E9 | 3A | 24 |
| Octal | 46 | 63 | 220 | 112 | 101 | 0 | 54 | 351 | 72 | 44 |
| Binary | 100110 | 110011 | 10010000 | 1001010 | 1000001 | 0 | 101100 | 11101001 | 111010 | 100100 |
Color Harmonies of #263390
Complementary color
Monochromatic Colors of #263390
Black with #263390
Text Example
Text Example
White with #263390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263390; }
p { color: rgb(38,51,144); }
H1.HeaderClassName
{
color: #263390;
}
.AnyTagClassName
{
color: #263390;
}
</style>
background-color css
<style>
a { background-color: #263390; }
a { background-color: rgb(38,51,144); }
div.DivClassName
{
background-color: #263390;
}
.BgClassName
{
background-color: #263390;
}
</style>
border-color css
<style>
span { border-color: #263390; }
span { border-color: rgb(38,51,144); }
td.TdClassName
{
border-color: #263390;
}
.TagClassName
{
border-color: #263390;
}
</style>