Shades of Resolution Blue #263B78
Tints of Resolution Blue #263B78
RGB
CMYK
RGB Variations
Color information
#263B78 (or 0x263B78) is known color: Resolution Blue. HEX triplet: 26, 3B and 78. RGB value is (38,59,120). Sum of RGB (Red+Green+Blue) = 38+59+120=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #263B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B78 is #D9C487. Grayscale: #3B3B3B. Windows color (decimal): -14271624 or 7879462. OLE color: 7879462.
HSL color Cylindrical-coordinate representation of color #263B78: hue angle of 224.63º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263B78 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 59 | 120 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.53 |
| HSL | 224.63º | 0.52% | 0.31% | - |
| HSV(B) | 224.63º | 0.68% | 0.47% | - |
| XYZ | 5.75 | 4.9 | 18.41 | - |
| YUV | 59.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 120 | 0.68 | 0.51 | 0 | 0.53 | 224.63 | 0.52 | 0.31 |
| Hex | 26 | 3B | 78 | 44 | 33 | 0 | 35 | E1 | 34 | 1F |
| Octal | 46 | 73 | 170 | 104 | 63 | 0 | 65 | 341 | 64 | 37 |
| Binary | 100110 | 111011 | 1111000 | 1000100 | 110011 | 0 | 110101 | 11100001 | 110100 | 11111 |
Color Harmonies of #263B78
Complementary color
Monochromatic Colors of #263B78
Black with #263B78
Text Example
Text Example
White with #263B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B78; }
p { color: rgb(38,59,120); }
H1.HeaderClassName
{
color: #263B78;
}
.AnyTagClassName
{
color: #263B78;
}
</style>
background-color css
<style>
a { background-color: #263B78; }
a { background-color: rgb(38,59,120); }
div.DivClassName
{
background-color: #263B78;
}
.BgClassName
{
background-color: #263B78;
}
</style>
border-color css
<style>
span { border-color: #263B78; }
span { border-color: rgb(38,59,120); }
td.TdClassName
{
border-color: #263B78;
}
.TagClassName
{
border-color: #263B78;
}
</style>